如何使用所有语言填充 iOS 选择器?

发布于 2025-01-05 21:27:39 字数 90 浏览 0 评论 0原文

我似乎找不到任何相关内容,如果能指出正确的方向,我将不胜感激。 我想要一个选择器(或选择器视图?)来选择显示 2 列的语言:自己语言的语言名称和本地化语言的语言名称。

I can't seem to find anything on this, a point in the right direction would be much appreciated.
I would like a picker (or picker view?) for selecting a language that shows 2 columns: language name in own language and language name in localized language.

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

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

发布评论

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

评论(1

瑶笙 2025-01-12 21:27:39

您可以使用 NSLocale 来实现此目的。对代码进行一些操作可以为您提供本地化版本及其自己的语言。

我有一个项目非常接近您想要使用 UIPickerView 实现的目标。但语言本身没有显示。

https://github.com/tooniz/LanguagePicker

You can use NSLocale to achieve this. Some manipulation of the codes can give you both localized version and its own language.

I have a project very close to what you want to achieve using UIPickerView. There is no display in the language itself though.

https://github.com/tooniz/LanguagePicker

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