设置我的 iPhone 应用程序的语言和区域设置
我可以让用户选择从应用程序内部更改语言而不是更改设备的通用语言吗? 我正在使用常规的 NSLocale 类。
Can I give the choice for user to change the language from inside an application instead of changing the general language of the device?
I am using the regular NSLocale class.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以。
不要。
它是系统范围的设置是有原因的。
You can.
Don't.
There's a reason it's a system-wide setting.
这取决于。
仅供参考,在像香港这样的地方,很多人会使用英语作为设备语言,并且只希望当应用程序是本地应用程序时才使用中文(例如餐厅名称、公交车信息)。而且由于也有很多说英语的人,香港的应用程序通常都有应用程序语言设置。
如果您的应用程序面向普通人,您应该遵循他们的设备语言设置。
It depends.
FYI, in places like Hong Kong, many people would use English as the device language, and only want an app to be in Chinese language when it is a local app (Something like restaurant name, bus information). And since there are many english speakers also, Hong Kong apps usually has in app language setting.
If your app is targeting normal people, you should follow their device language settings.