objective c - IOS Apple Watch voice input -
i plan develop application apple watch. need implement text input voice. on official website found following method:
- (void)presenttextinputcontrollerwithsuggestions:(nsarray *)suggestions                              allowedinputmode:(wktextinputmode)inputmode                                    completion:(void (^)(nsarray *results))completion   interested in following:
- what languages supported input?
 - is possible set desired language programmatically?
 - can programmatically selected language?
 
the input language presenttextinputcontrollerwithsuggestions depends on selected language of selected keyboard on iphone.
Comments
Post a Comment