Adding custom language to the iOS app
问题 I need to add a custom language (iOS has no localisation for it) among with support languages. A user is able to choose desired language in app settings (built-in screen, no in Settings app). I store it to NSUserDefaults : [[NSUserDefaults standardUserDefaults] setObject:[NSArray arrayWithObject:@"lv"] forKey:@"AppleLanguages"]; Next time, when the app starts, it loads with selected language. And works great. But here is a 'small' issue. The app needs to be restarted. Thus, I need a way to