How to explore web-based Google Play in another country?

前端 未结 9 504
温柔的废话
温柔的废话 2021-01-29 22:38

if I go to play.google.com, it automatically recognizes my country and allow me to browse the apps for that country. I can change the language through the dropdown in the footer

相关标签:
9条回答
  • 2021-01-29 23:29

    I tested adding &hl=[language_code] to the end of url and then have seen content and comments written in that language. Please try this.

    In previous answers the parameter name was used as gl instead of hl (possibly a typo).

    0 讨论(0)
  • 2021-01-29 23:31

    You need to manipulate the Google Play URL. For example, for French use

    https://play.google.com/store?gl=fr&tab=w8
    

    for Spanish use

    https://play.google.com/store?gl=sp&tab=w8
    

    You should be able to swap out the country code (fr/sp/etc) using the codes discussed in the documentation on Locale.

    If you would like to just change the language, but see the featured apps or rankings in your current country, use hl instead of gl

    0 讨论(0)
  • 2021-01-29 23:32

    How You can See Top Trending apps in different Cattegorry You no need to use vpn or any other approach it an Easy way follow these Steps.

    Very First:Logout your gmail account if it is login then start

    1. let see here in the screen shots first look normally play store as in screen shot one:

    2.you can select any category here you wants to see there trending apps in different country and i select entertainments.

    3.here you are looking top free entertainment options click on see more

    4.you are looking top free entertainment but until not in different country now we use some syntax in url to find out this categorytop trending in different countries attention here in URL

    5:the URL you are looking is here

    https://play.google.com/store/apps/category/ENTERTAINMENT/collection/topselling_free

    you have to add something in plus to see like ?gl=us here us refer to America and au to Australasia and UK to England etc

    https://play.google.com/store/apps/category/ENTERTAINMENT/collection/topselling_free?gl=us ##

    6.in screen shot 6 am looking all the apps in entertainment category in us

    i hope you understand

    0 讨论(0)
提交回复
热议问题