1

I have an app localized in 2 languages, I want to set it to second language and send it to App Store so it shows that language regardless of user device language selection. I know about command line argument, AppleLanguages, but I want to change the language in compiled app, including Launch Image and Icon.

AVEbrahimi
  • 17,993
  • 23
  • 107
  • 210

1 Answers1

1

You can use this language manager:https://github.com/antrix1989/LanguageManager It allows change language in runtime regardless of user device language. You can achive your goal by hardcoding the language identifier for each build.

EDIT

As far as I understood, you can not change Launch image and icon programmatically...

Community
  • 1
  • 1
Sergey Demchenko
  • 2,924
  • 1
  • 24
  • 26