Reputation: 3814
I want to test number formatting and translations by simulating different locales in the emulator. This answer seems to have a clear answers on how to change settings in the emulator, but I cannot for the life of me find the language settings.
I'm new to Android Studio, so please forgive this simple question that I'm somehow missing. Thanks!
Upvotes: 5
Views: 7632
Reputation: 1007584
You change the locale in an emulator the same way that you do in a device, via the Settings app.
The exact spot in Settings varies by Android version. On 9.0, it is in Settings > System > "Languages & input".
Upvotes: 7