Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I switch language in google play? [closed]

Tags:

google-play

I'm doing some statistical analysis about Google Play, comparing different languages. Every time I visit the site (http://play.google.com/store), it always opens in my language. I want to change the language displayed on the page, and also change the apps shown to a different country's market. Any ideas on how to accomplish this?

like image 604
MoreFreeze Avatar asked May 14 '12 23:05

MoreFreeze


People also ask

Why can't I change the language on Google?

The language change didn't work: If your Google Account doesn't match the language you selected, clear your browser's cache and cookies and set the language again. Tip: Deleting cookies also removes your saved settings for other sites you've visited.


1 Answers

Answer below the dotted line below is the original that's now outdated.

Here is the latest information ( Thank you @deadfish ):

add &hl=<language> like &hl=pl or &hl=en

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

All available languages and abbreviations can be looked up here: https://support.google.com/googleplay/android-developer/table/4419860?hl=en

......................................................................

To change the actual local market:

Basically the market is determined automatically based on your IP. You can change some local country settings from your Gmail account settings but still IP of the country you're browsing from is more important. To go around it you'd have to Proxy-cheat. Check out some ways/sites: http://www.affilorama.com/forum/market-research/how-to-change-country-search-settings-in-google-t4160.html

To do it from an Android phone you'd need to find an app. I don't have my Droid anymore but give this a try: http://forum.xda-developers.com/showthread.php?t=694720

like image 79
InspiredBy Avatar answered Sep 22 '22 21:09

InspiredBy