Pergunta

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.

enter image description here

Foi útil?

Solução

I guess the answer is that if you are using Safari the answer is that it will use the system language, but if you wrap your application with i.e. PhoneGap you can set the 'CFBundleAllowMixedLocalizations' to 'Yes' in your info.plist file in Xcode.

Outras dicas

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.

Keyboard displaying in Dutch

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top