Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is this possible to force the iOS keyboard pop the English keyboard?

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

like image 576
DNB5brims Avatar asked Feb 18 '14 09:02

DNB5brims


1 Answers

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!

like image 85
Amar Avatar answered Oct 02 '22 15:10

Amar