从语言名称获取其 ISO 标识符
我知道我可以轻松获取设备的当前区域设置,但就我而言,用户从 UIPickerView 选择语言。每种语言都是数组中的一个字符串,其键入方式与手机在设置设备语言时的设置方式完全相同。
是否可以从@“English”或@“Arabic”等字符串中获取语言缩写?
谢谢!
I know I can get the device's current Locale easily but in my case, the user chooses the language from a UIPickerView. Each language is a string in a array typed exactly the same way the phone has it in the settings for setting the device language.
Is it possible to get the language abbreviation from a string like @"English" or @"Arabic"?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
NSLocale
的+canonicalLocaleIdentifierFromString:
进行此翻译。NSLocale
's+canonicalLocaleIdentifierFromString:
does this translation.