Google Play's language in English

不羁的心 提交于 2020-01-02 19:53:07

问题


For my masters thesis i need to automatically write the information of different android apps from Google Play into a text file. so im using perl scripting language for this automation. My perl script can write information in that text file which is given in the Google Play website but not in English language. As I am located in Sweden, im getting the Swedish version of those apps information. i tried different ways (by changing the language in setting) to make the default language of Google and Google Chrome in English but still written information are in Swedish version. but my browser and everything is in English. Does anyone can help me in this issue? I cannot use information in Swedish language for further analysis.

thanking you in advance.


回答1:


How about adding a query string parameter hl=en? Google supports it on some of its websites, chances are that Google Play website supports it too.

If I call Google Play website with:

https://play.google.com/store?hl=en

I got english locales. If I call it with

https://play.google.com/store?hl=de

I got German locales etc.



来源:https://stackoverflow.com/questions/11914653/google-plays-language-in-english

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!