Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 684
itsaboutcode Avatar asked Jun 13 '10 11:06

itsaboutcode


1 Answers

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.

like image 178
dgrijalva Avatar answered Nov 15 '22 11:11

dgrijalva