简体   繁体   中英

Change the language of iOS virtual keyboard “previous”, “next”, “done” buttons

Is there any way with jQuery-Mobile to change the language of the buttons displayed in the top bar of an iPhone/iPad virtual keyboard or to change the texts or remove them at all?

I have seen the language of the "space" and "Go" buttons inside the keyboard depend on the phone language and that is correct, but the buttons in the top bar of the keyboard are always displayed in English to me and I can not find the way to change them...

I am refering to these buttons.

在此输入图像描述

我想答案是,如果您使用的是Safari,它的答案是它将使用系统语言,但是如果您使用PhoneGap包装您的应用程序,您可以在Xcode的info.plist文件中将'CFBundleAllowMixedLocalizations'设置为'Yes' 。

No you can not change the the language of those buttons.

They are set the system language, so if I set my device to Dutch, those button will be displayed in Dutch.

键盘显示荷兰语

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM