Search code examples
iphoneobjective-ciphone-sdk-3.0

Showing IPhone keyboard in different languages based on user input


My question is related to the following question, and can be said almost same.

Setting the iPhone keyboard language

But here are my requirement. I am writing dictionary app for IPhone, which support multiple languages. So my requirement is to display the English keyboard when user has selected English language and show Dutch keyboard when user has selected Dutch and so on.

So i was wondering if this is possible?

I have a hunch that if i "internationalize" the nib, it will display the respective keyboard but not sure.

Thanks.


Solution

  • Unfortunately, you cannot control the language of the keyboard. The user chooses which keyboards they would like available via the settings application and can toggle between them using the globe icon on the keyboard. When the keyboard is opened it will open to the most recently used keyboard.