Is there a way to differentiate between traditional and simplified chinese language without delving into country codes.
Using this …
[[NSLocale currentLocale] objectForKey:NSLocaleLanguageCode]
… the language code for both is zh
.
Is there a good way to query if the current language or locale is zh-HANS or zh-HANZ, without further distinction by country (zh_TW, zh_CN, etc.)?