NSLocale currentLocale always returns “en_US” not user's current language

后端 未结 9 1706
夕颜
夕颜 2020-11-30 21:28

I\'m in the processes of internationalizing an iPhone app - I need to make programmatic changes to certain views based on what the user\'s current locale is. I\'m going nut

9条回答
  •  情书的邮戳
    2020-11-30 21:48

    Instead of querying defaults directly using an undocumented key, ask the NSLocale class for the array of preferred languages.

提交回复
热议问题