Question

showing product in a different language than the device language

  • 22 June 2023
  • 1 reply
  • 79 views

Badge

currently, the “package.storeProduct.description” will be the translation mathing the device’s language.

can i choose another translation (from the google play\app store translations) to show?


1 reply

Userlevel 4
Badge +8

It is recommended to use the localization the device chooses, so that you follow the user's preferences. 

If you wanted to change it though, there is the following resource explaining how to do this:

https://developer.android.com/reference/android/app/LocaleManager#setApplicationLocales(android.os.LocaleList)

Reply