Get a language's ISO identifier from its name

953 Views Asked by At

I know I can get the device's current Locale easily but in my case, the user chooses the language from a UIPickerView. Each language is a string in a array typed exactly the same way the phone has it in the settings for setting the device language.

Is it possible to get the language abbreviation from a string like @"English" or @"Arabic"?

Thanks!

1

There are 1 best solutions below

2
On BEST ANSWER

NSLocale's +canonicalLocaleIdentifierFromString: does this translation.