从语言名称获取其 ISO 标识符

发布于 2024-12-25 09:22:08 字数 155 浏览 1 评论 0原文

我知道我可以轻松获取设备的当前区域设置,但就我而言,用户从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冬天旳寂寞 2025-01-01 09:22:08

NSLocale+canonicalLocaleIdentifierFromString: 进行此翻译。

NSLocale's +canonicalLocaleIdentifierFromString: does this translation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文