我打算为APP集成翻译功能,现在问题是如何获取iOS系统的所有语言的列表,我好方便将iOS的语言的格式和我用的翻译服务的语言格式进行对应。
例如:
zn-Hans -> zh
这种对应
认证高级PHP讲师
Anda boleh mencuba antara muka NSLocale::availableLocaleIdentifiers dan NSLocale::componentsFromLocaleIdentifier:.
NSLocale::availableLocaleIdentifiers
NSLocale::componentsFromLocaleIdentifier:
// 获取系统当前支持的语言代号: NSArray *localeIdentifiers = [NSLocale availableLocaleIdentifiers];
Kandungan secara kasarnya seperti berikut:
( 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", ... )
Untuk dokumen tertentu, lihat: https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSLocale_Class/index.html
Anda boleh mencuba antara muka
NSLocale::availableLocaleIdentifiers
danNSLocale::componentsFromLocaleIdentifier:
.Kandungan secara kasarnya seperti berikut:
Untuk dokumen tertentu, lihat: https://developer.apple.com/library/ios/documentation/Cocoa/Reference/Foundation/Classes/NSLocale_Class/index.html