go3d
go3d

Reputation: 463

How to change the language for the Wear OS emulator in Android Studio?

I checked all the settings in the watch emulator, but I can't figure out how to set the language. It seems like the language is set by the connected phone. My emulator is not connected to a phone though. Is there another way to achieve this?

Upvotes: 2

Views: 1729

Answers (2)

Arvind Chourasiya
Arvind Chourasiya

Reputation: 17422

To change language of WearOS emulator. Scroll the app list and find Custom Locale app.

Select en-us for English language.

enter image description here

If you want to use your custom locale or language Click on Add new locale code. Enter preferred locale code Click Add and Select. Enter hi for Hindi language.

enter image description here

Custom lacale below

enter image description here

Upvotes: 0

TofferJ
TofferJ

Reputation: 4784

There's a really handy app installed by default on the emulator called "Custom Locale". It allows you to change the locale of the device, which can be used to change the language.

Click the ADD NEW button to enter a local on the format xx_YY. Apply the new locale and exit the app to verify that the language has been updated. I changed it to Swedish and you can see in the screenshots below that the title is updated from "Recents" to "Senaste".

Pleae note that not all languages are supported by the system.

current locale app

current locale app UI

app drawer in swedish

Upvotes: 7

Related Questions