How to change locale in Android x86 emulator

25. 04. 2018

By default the Android x86 emulator is shipped only with English locale. This is very insufficient for multilanguage app debuging.

Fortunately, the solution is very simple:

  1. Download CustomLocale.apk.
  2. Run “adb remount rw” in command line.
  3. Run “adb push CustomLocale.apk /system/app” or use File Explorer in Eclipse (DDMS).
  4. Go to app list in your emulator.
  5. Start Custom Locale app.
  6. Click on “Add new locale” button and fill your locale code, for example “en_US” for english in the US. First two lowercase letters are for language, second two uppercase letters are for country. More in official documentation.

10 Entrepreneurship Lessons Worth Thousands of Dollars

Instead of great success we have experienced great entrepreneurship lessons (for now). It also transformed me, a person who has …

Read article

Unique Czech words reflecting coronavirus now also with English explanations as Flashcard quiz in Vocabulary Miner

  Project Čestina 2.0 covering a variety of the modern Czech language with its slangs and new words has joined …

Read article

Performance of built-in higher-order functions Map, Filter, Reduce, and flatMap vs. for-in loop in Swift

  The most popular higher-order functions are map, filter, and reduce. We all use them since we think that syntax …

Read article

Contact