你可以试试 NSLocale::availableLocaleIdentifiers 以及 NSLocale::componentsFromLocaleIdentifier: 这些接口。 // 获取系统当前支持的语言代号: NSArray *localeIdentifiers = [NSLocale availableLocaleIdentifiers]; 内容大致如下: ( eu, "hr_BA", "en_CM", "rw_RW", "en_SZ", "tk_Latn", "uz_Arab", "he_IL", ar, "en_PN", as, "en_NF", "rwk_TZ", "zh_Hant_TW", "gsw_LI", "th_TH", "ta_IN", "es_EA", "fr_GF", ... ) 具体文档见:https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSLocale_Class/index.html
你可以试试
NSLocale::availableLocaleIdentifiers以及NSLocale::componentsFromLocaleIdentifier:这些接口。内容大致如下:
具体文档见:https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSLocale_Class/index.html