Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google.Play web interface hl parameter for arabic language

How to view Arabic app description page in Google.Play? According to How can I switch language in google play? you just need to add appropriate language code as a “hl” GET parameter to view Google.Play app description in different language.

Eg. https://play.google.com/store/apps/details?id=com.google.android.gm&hl=zh for Chinese. But this method is not working for Arabic, Hebrew and several other languages. Is there a way to view the app's details in this case?

like image 388
rus1f1kat0R Avatar asked May 16 '14 05:05

rus1f1kat0R


People also ask

What does HL mean in a URL?

It is not intuitively obvious, but hl designates the web interface language per this page. Follow this answer to receive notifications.

Why is my Google Play in Arabic?

Unfortunately, there is no designated feature to switch from one language to another in Google Play. The default language setting for Google Play is the system language of your Android device. We can therefore only change the language by changing the system language first.

How do I check the language of my Google account?

To check your Google Account language, open your Google Account. You'll find the language you selected. 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.

How to change language in Google Play Store?

Go to “General Management” and then select “Language and input.” Select “Language” and then choose “Add language.” From the list of languages, select the one you want to see in Google Play Store. Tap on “Apply.”

How do I change the preferred language for my mobile apps?

To change the preferred language for your mobile apps, update the language settings on your device. Sign in to your Google Account. On the left, click Personal info. Under "General preferences for the web," click Language Edit . Search for and select your preferred language. Click Select.

Can I use the play console in other languages?

You can use the Play Console in any of the languages listed below by changing your preferred language in your Google Account settings. Try your keywords on Google Web Search.


2 Answers

This is the reply I got from Google Play Developer Support regarding RTL languages on November 21, 2014:

Thanks for contacting Google Play Developer Support. Please note that the Google Play Store doesn't currently support right-to-left languages. Our product team is currently working to implement this functionality, though I don't have an ETA I can provide at this time. I apologize for the inconvenience.

While we don't currently support the specific functionality you're requesting, we place a high value on developer feedback. We'll pass your feedback along to our product team for consideration.

We're constantly releasing new features and functionality; Stay tuned, and thanks for your patience as we work to improve Google Play.

Regards, Google Play Developer Support

This explains why the &hl parameter does nothing for RTL language codes. Furthermore, adding an English localization to the store listing will force it to display in English by default, when the actual store listing's default language is an RTL language. Since we cannot use the &hl parameter to display the RTL language, it creates a problem for us middle-eastern folks who want to have both an English and RTL translation of the store listing. The English translation overrides the RTL by default.

like image 133
Elad Nava Avatar answered Oct 06 '22 08:10

Elad Nava


Google Play has intentionally hidden the Arabic language on their web interface since recent UI update (as I remember in 4 ~5 months ago).

Though without official explanation about this change, it is suspected that their latest UI is not optimally fit into right-to-left layout and that's why they decided to hidden that language version.

like image 38
Cowcow02 Avatar answered Oct 06 '22 09:10

Cowcow02