omersem
omersem

Reputation: 574

Android Setting Custom Locale from terminal on Emulator

How can I set custom Locale from terminal to run on android emulator? I know that there is already set custom locale app on the emulators but for pt-BR or es-US it is not working. I want to force it from terminal.

Upvotes: 0

Views: 706

Answers (1)

omersem
omersem

Reputation: 574

adb shell ' setprop persist.sys.language de; setprop persist.sys.country DE; stop; sleep 5; start'

Upvotes: 1

Related Questions