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 c
There is no problem in 3.1+. I set this for 3.0:
self.searchBar.keyboardType = UIKeyboardTypeURL;
and language switch button is appeared.