处理多种语言的 UITextField
我的应用程序有一个 UITextField
,它仅适用于一种语言 - 英语 - 但我希望它使用多种语言。我该怎么做?有具体的选择或方法吗?
My app has a UITextField
, which only works with one language -- English -- but I want it to use multiple languages. How can I do this? Is there a specific option or a method?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在设备/模拟器上打开设置应用程序->常规->国际->语言。在此选择您的语言和键盘将包含所需的字母。
目前,iOS 只能使用 1 种活动语言,要切换它,您需要访问“设置”应用程序。
Open on device/simulator Settings application ->General->International->Language. Select here your language and keyboard will have required letters.
At current moment iOS can work only with 1 active language, to switch it you need to visit Settings app.
用户可以使用任何语言在 UITextField 中输入内容 - 他们在全局设置中为自己的设备设置键盘/语言首选项。
The user can type into a UITextField using any language - they set the keyboard/language preferences for their device in themselves, in the global settings.