I'm trying to build a web form that contains user's name textfields for the user to enter his/her name in three different languages, let's say English, Arabic, and Hebrew.
I want to make the keyboard input method to change when the focus goes from one textfield to the other according to its correspondence supposed language.
Can I do this with javascript? Any experience in this area?
Thanks