I'm trying to get the correct language in my device (is NOT in the SIMULATOR) with the following code:
NSString * languageLocale = [[NSLocale preferredLanguages] objectAtIndex:0];
And it is always 'en' but my current language is set to Spanish
Any thoughts why is retrieving always 'en' and not the current device language?