如何在 Cocoa 中获取 NSLocale 的显示名称?
我有以下问题:
我有一个 NSLocale 对象,并且想要访问该语言环境的 .lproj 目录中的资源。 为此,我需要区域设置的全名,例如“德语”。我找不到从 NSLocale 对象获取此字符串的方法。
我该如何实现这个目标?
I have the following problem:
I have a NSLocale object and want to access a resource in a .lproj directory for this locale.
For this to work I need to full name of the locale, for example "German". I can't find a way to get this string from a NSLocale object.
How do I accomplish this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
没关系:
Nevermind: