Is this possible to force the iOS keyboard pop the English keyboard?
cocoa-touch, ios, iphone
Solution
From Text Programming Guide for iOS,
The input method and layout for the keyboard is determined by the user’s language preferences
There is no way afaik to force the language programmatically.
- Setting the iPhone keyboard language
- Change language of keyboard
Hope that helps!
Problem
If the user have more than one keyboard on their iOS devices. Is this possible to force to pop the English keyboard? Thanks.