I localized my app in multiple languages, and I want to force it to launch with a specific language. I've tried setting my language in user defaults for "AppleLanguages" key, it worked, but in the first launch, the language is still English. I need to change the language at build time.
Asked
Active
Viewed 369 times
1 Answers
0
Changing AppleLanguages works only when you restart the app to do this without closing the app change the bundle to the name of the needed language so that NSLocalizedString reads from it instead of main bundle.

halfer
- 19,824
- 17
- 99
- 186

Shehata Gamal
- 98,760
- 8
- 65
- 87