Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Localization in iOS 7 : Selects the language settings used previously

I am using localization in iOS 7 and have the localizable string files for German and English. When ever i select the corresponding language the localisation works perfect. But if i switch to any other language, then the display is based on the previous selection.

I want it to select english incase of any other language selections, Any thoughts would be appreciated.

like image 461
Rahul Raj Avatar asked Feb 16 '23 01:02

Rahul Raj


1 Answers

AFAIK, this behaviour is a feature, but undocumented? :)

In iOS7, users can set a sorted list of preferred languages. For instance; a French user fluent in German, but not in English, could set French, German, and English as language preference. It's a great feature!!!

So, I think you shouldn't override this feature.

Users can set English as 2nd language easily, choosing 1st English and then choosing it's preferred main language.

like image 123
jmontane Avatar answered Mar 16 '23 00:03

jmontane