Showing IPhone keyboard in different languages based on user input.
- by itsaboutcode
Hi,
My question is related to the following question, and can be said almost same.
http://stackoverflow.com/questions/330542/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?
Thanks.