【发布时间】:2015-05-30 17:03:02
【问题描述】:
【问题讨论】:
-
为什么不是简单的字典:
@{@"en": @"English", @"fr": @"French", …} -
我正在寻找一种我不想错过任何语言的方式..
标签: ios objective-c iso
【问题讨论】:
@{@"en": @"English", @"fr": @"French", …}
标签: ios objective-c iso
只需映射它们: http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
请注意,有时中文有两个值,繁体和简体。
【讨论】: