how to view google play store listing in different language

Viewed 2201

i uploaded an android app to google play store, and i have English and Chinese content for the store information (descriptions, short desc, etc... My default language is english, but I'm trying to figure out how can i see the listing of the other languages? Is there an extra param in the URL i need to type the language code in?

enter image description here


i tried adding an extra param at the end of my app's url; &hl=zh, but it didn't actually update the content to the Chinese content i have in the console, it's still in english:

https://play.google.com/store/apps/details?id=com.{myapp}&hl=zh

3 Answers

That extra param at the end of the url should work, but there could be a reason it doesn't work (yet).

The translations that you have added might still be in review. You can check this by going to the Publishing Overview. Then you will be able to see the changes on Google Play once they have been reviewed.

Related