My language setting in the "Settings" is "Simplified Chinese" and of course i am in China,but when i used the codes below to get the languageCode i got "en".
Did I do anything wrong or there is a bug?
NSString *countryCode = [NSLocale currentLocale].countryCode; //@"CN"
NSString *languageCode = [NSLocale currentLocale].languageCode; //@"en"