Different app name for different languages in AppStore

Hello. I added 2 languages for my app in appstoreconnect. English (default) and Russian. Different languages have different screenshots and app names. But I can't see the Russian language page when changing my iPhone to Russian. In any case, it's English. why?

Have you created all the lproj folders in Xcode ?

You should have an ru.lproj similar to Base.lproj folder and probably en.lproj as well.

Check that you have set localisation for russian for all files:

  • Main
  • LaunchScreen
  • InfoPlist
  • Localizable
  • settings

iPhone language is not the same as your AppStore account's region language AFAIK

No. I already tried to change the region to Russia and the language to Russian. Every time AppStore page of my app is in English.

If you’ve done everything, I would advise to contact support and ask to be called back.

If you want to localize your App Store page you need to add one or several languages to your App Information page in the App Store Connect console. Note that this is not the same as adding languages inside your app to localize your binary.

This is a great post that explain how to do it: https://www.apptamin.com/blog/how-to-upload-your-localized-assets-on-the-app-store/

Different app name for different languages in AppStore
 
 
Q