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

前端 未结 9 506
温柔的废话
温柔的废话 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: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

提交回复
热议问题