3

I'd like to link the users who use my mobile website to my new Android and iOS app, respectively.

To do so, I prepared links to the apps, that will open Google Play on Android and App Store on iOS, if the apps are installed:

https://itunes.apple.com/de/app/myapp/id123456?l=de
https://itunes.apple.com/de/app/myapp/id123456?l=en

https://play.google.com/store/apps/details?id=en.my.app&hl=de
https://play.google.com/store/apps/details?id=en.my-app&hl=en

Notice the language query-string params used at the end of the URLs. In this form, the app pages open in the respective language (English or German) in the browser. However, they have no impact on the language in which the app pages are served in Google Play and App Store.

Is there a way to adjust the links to force Google Play and App Store to show the app pages with a localized interface?

1 Answer 1

3

No! Google play store and App Store use the default language set by the user on their device. You cannot force them to change the language for a particular app listing.

3
  • 1
    Yep, I just researched this and, indeed, both apps use the language specified in user settings and it doesn't seem to be possible to manipulate it.
    – lesssugar
    Commented May 1, 2018 at 13:56
  • 1
    It is possible, however, to link to the Google Play home page with different countries or languages set: stackoverflow.com/a/38178785/247696
    – Flimm
    Commented May 20 at 10:27
  • @Flimm Unfortunately, that still won't help with the google play app. The app will use the default country. Commented Jun 21 at 17:02

Not the answer you're looking for? Browse other questions tagged or ask your own question.