Search code examples
javaandroidandroid-emulatorlocale

Changing Locale in Android Emulator


I'm just starting to learn Android development. I have included a EditText component in my view and started the emulator in Eclipse.

When I type in the Textbox, the auto suggestions are coming up in Chinese language but I want to change this to English.

How do I change this Locale and Android Emulator?

I'm using the Android 2.1 for development.


Solution

  • No Need to change local, just long press on the EditText widget, on the popup menu select input method, and change to the android keyboard.