Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

enter image description here

like image 565
Pablo Avatar asked Jan 18 '23 03:01

Pablo


1 Answers

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.

like image 106
havard Avatar answered Jan 30 '23 21:01

havard