0

Android Kitkat: Can you give me some hints about the following question ? Display always English keyboard for a specific edit text field:

Question: • How can I make sure the English language keyboard is always displayed when the user selects a specific Edit Text field in his tablet where the localization is set to Russian or Japanese or other language ? Basically override the Russian keyboard for a specific textfield

tony0201
  • 31
  • 3

1 Answers1

0

By default, all emulators have the Keyboards for English, Japanese IME and Chinese installed. Since the keyboard that is used by Android OS is a user's choice, there is no way to force using a specific keyboard in the app code. If you want to get rid of the unnecessary keyboards in the emulator completely, see the following post: Click here

As Christoph said

Community
  • 1
  • 1
Thellimist
  • 3,757
  • 5
  • 31
  • 49