I need to set the default language in my app. I use the set AppleLanguages technique in my main.m. But it doesn't work under iOS 7, though work in iOS 6. Is there any workaround for this?
[[NSUserDefaults standardUserDefaults] setObject:@[@"ru"] forKey:@"AppleLanguages"];
[[NSUserDefaults standardUserDefaults] synchronize];
This code work for me on iOS 7 I use it to set Hebrew as the default lang