5

If the user have more than one keyboard on their iOS devices. Is this possible to force to pop the English keyboard? Thanks.

DNB5brims
  • 29,344
  • 50
  • 131
  • 195

2 Answers2

6

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.

Hope that helps!

Community
  • 1
  • 1
Amar
  • 13,202
  • 7
  • 53
  • 71
0

To implement the language preferences of different users, iOS also supports different input methods and keyboard layouts for different languages, some of which are shown in Figure 5-2. The input method and layout for the keyboard is determined by the user’s language preferences. Input for some of these keyboards takes place in multiple stages

enter image description here

more

https://developer.apple.com/library/ios/documentation/StringsTextFonts/Conceptual/TextAndWebiPhoneOS/KeyboardManagement/KeyboardManagement.html

codercat
  • 22,873
  • 9
  • 61
  • 85