如何使用所有语言填充 iOS 选择器?
我似乎找不到任何相关内容,如果能指出正确的方向,我将不胜感激。 我想要一个选择器(或选择器视图?)来选择显示 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 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