How to get the current iPhone Language Code
We are currently developing an iPhone App which requires localization support and I ran into an issue while trying to get currently set language. Cocoa Touch has a class called NSLocale which let’s you query the language by writing the following code: [NSLocale currentLocale] objectForKey:NSLocaleLanguageCode]; At least one would expect so, but it actually gives [...]