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.
Asked
Active
Viewed 117 times
1 Answers
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
-
But this does not support Launch Image and Icon – AVEbrahimi Nov 16 '13 at 20:05
-
@AVEbrahimi as far as I understood, it is not possible. – Sergey Demchenko Nov 16 '13 at 20:10