Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我似乎在这方面找不到任何东西,非常感谢正确方向的一点。我想要一个选择器(或选择器视图?)来选择一种显示 2 列的语言:用自己的语言表示的语言名称和用本地化语言表示的语言名称。
您可以使用 NSLocale 来实现这一点。对代码的一些操作可以为您提供本地化版本和它自己的语言。
我有一个非常接近您想要使用 UIPickerView 实现的项目。但是语言本身没有显示。
https://github.com/tooniz/LanguagePicker