Setting the iPhone keyboard language

cocoa-touch, iphone, keyboard

Solution

This is a user defined setting and can not be messed with by the programmer, unfortunately.

Problem

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?

Original source