Reputation: 6551
I am a new to iPhone development, I'm asking for your help to find out whether it is possible to pop up keyboards with the supported language that I have added in NSLocalizedString
.
I can show my UIlabel
strings in the appropriate language, now I want keyboards in the same language.
Any ideas?
Upvotes: 1
Views: 122
Reputation: 107221
No, you can't control the language of keyboard.
Only user can change the language through the settings app or through the globe key present in the keyboard.
Upvotes: 2