If I change the language on the iOS 8.1 simulator to something and try to detect it from the code using
NSString * language = [[NSLocale preferredLanguages] objectAtIndex:0]; NSLog(@"Language: %@", language);
I get "en" back. I tried resetting the navigator, etc. I tried this using the iOS 7.1 runtime (in Xcode 5.1.1) and it worked fine. Has anyone been able to find a workaround for this problem?
Janos Jul 05 '14 at 15:52 2014-07-05 15:52
source share