User Profile & Activity

Raych Zhang Member
Posted: November 13, 2015 9:07 AM

Everyone the same exception.

Then I check the source code by ilspy 

if (NSLocale.get_PreferredLanguages().Length > 0){
    this.SystemLanguage = new CultureInfo(NSLocale.get_PreferredLanguages()[0]);
}

 NSLocal.PreferedLanguage[0] is the value "zh-Hans-US" which could not initialize the CultureInfo.

so I think maybe it is a Bug at iOS9.

could it be only occurs in the Chinese language environment?

All times are GMT -5. The time now is 1:40 PM.
Previous Next