How to assign a different app name in Google Play for each country
Asked Answered
E

2

7

I want to change the name of my app in the Google Play for each country.

For example: In USA people should see it in Google Play as "Hello", in Turkey "Merhaba" etc..

Turns out you can do this in iPhones but does Android also support this? If yes, how?

iPhone: iPhone app localize and change name of the app based on each country app store

Expendable answered 23/1, 2014 at 6:25 Comment(2)
Hi have you found the solution to this?Fainthearted
Hello, have you find the solution for this?Walkyrie
I
3

To translate & localize your app: Sign in to your Play Console. Select an app. On the left menu, click Store presence > Store listing. Under "Product Details," click Manage translations > Add your own translation text. Choose a language. Add your translations. Save your changes.

Play Console Help Pages

Intertype answered 15/4, 2019 at 8:42 Comment(0)
B
-2

In AndroidManifest file:

  <application android:label="@string/app_label">

and create many localized strings.xml files inside /res/values/, /res/values-ru, /res/values-es, etc.

Beeline answered 23/1, 2014 at 6:29 Comment(1)
That's about the app name installed in phones, not the app name shown in the "google play"Fainthearted

© 2022 - 2024 — McMap. All rights reserved.