I'd like the iPhone virtual keyboard to appear pre-set to a particular language (Russian for example) when the user taps a UITextField. Is there a way to do this in Cocoa code?
This is a user defined setting and can not be messed with by the programmer, unfortunately.
There is no problem in 3.1+. I set this for 3.0:
self.searchBar.keyboardType = UIKeyboardTypeURL;
and language switch button is appeared.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With