I have many input fields with two languages in the same page. Is there a way to change the language of the keyboard from Arabic to French once the user changes the input field?
Asked
Active
Viewed 1,693 times
3
-
"*the language of the keyboard*"? – Tiny Feb 24 '15 at 03:58
-
2@Tiny: the platform-specific "input language" setting. In e.g. Windows you can manage input languages via that keyboard icon in systray (or at least in control panel). You can use Alt+Shift key to switch between input languages. OP apparently want to let the webapp automagically take care about this platform-specific step of switching between input languages once the enduser tabs from one to other input field. – BalusC Feb 24 '15 at 06:13
-
duplicate of http://stackoverflow.com/questions/8776543/how-to-catch-event-keycode-and-change-it-to-another-keycode – Emmanuel Gleizer Jul 07 '15 at 09:11