iOS 本地化的语言代码

发布于 2024-12-09 13:23:49 字数 212 浏览 0 评论 0原文

根据苹果的指南,语言代码可以在 IOS639 中找到.但是,我尝试了一些代码,但失败了。

代码表中只有中文存在,但中国大陆的中文在香港等地区有所不同。我对此很困惑!

谁能告诉我正确的语言代码列表? 谢谢

According to apple's guide, the language code can be found in IOS639.However, I tried some codes and failed.

In the code list only chinese exists, but the chinese in China mainland is different in HongHong and so on. I'm confused about it!

Could anyone show me the correct language code list?
thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

望她远 2024-12-16 13:23:49

Apple 的 CFLocales 文档(位于“区域设置命名约定”)表示他们将接受 ISO 639-1ISO 639-2。他们的 ISO 3166-1 链接已损坏,但 Wikipedia 列出了区域代码< /a>.苹果实际上在其 语言 ID 部分

但是,香港和澳门也普遍使用繁体中文,这意味着 zh_TW 指示符在这些地区并不完全准确。新标准为繁体中文(Hant)和简体中文(Hans)脚本定义了新的标签。因此,任何国家/地区使用的繁体中文都使用代码 zh-Hant。

Apple's CFLocales documentation (under "Locale Naming Conventions") indicates that they'll accept ISO 639-1 or ISO 639-2. Their ISO 3166-1 link is broken, but Wikipedia lists the region codes. Apple actually addresses the distinction for Hong Kong specifically in its language ID section:

However, traditional Chinese is also commonly spoken in Hong Kong and Macao, which means the zh_TW designator is not entirely accurate in those locations. The new standard defines new tags for the traditional Chinese (Hant) and simplified Chinese (Hans) scripts. Thus, traditional Chinese spoken in any country uses the code zh-Hant.

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