Google Play网页显示语言切换方法

使用Google Play或者Google Play Console时,有时候需要切换网页的语言。如何进行切换呢?

基本上Google是根据你的IP自动确定网页的显示语言的,因此,修改Google账号设置中的首选语言,或者修改浏览器的语言设置未必有效。

 

经过测试,比较有效的方法为直接修改网页的url,在url中添加参数:

&hl=

 

常用的英语和简体中文参数如下:

英语:&hl=en

简体中文:&hl=zh-cn

 

示例:

https://play.google.com/console/developers/xxx/app-list

修改为中文显示,由于原url中没有任何参数,因此这里需要加上参数起始标识”?”:

https://play.google.com/console/developers/xxx/app-list?hl=zh-cn

 

https://play.google.com/store/apps/details?id=com.xxx.maker

修改为英文显示:

https://play.google.com/store/apps/details?id=com.xxx.maker&hl=en

你可能感兴趣的:(运维,网络应用,google,play,html,android)