Hi...I have text input fields in one form of two different languages...is there a way to toggle the keyboard language for each input field?
Thanks ....
You could use a virtual keyboard written in JavaScript, or with some work, do it yourself, e.g. map English letters to their corresponding "other-language" characters using an array and detect each letter key press event to display letters in the other language.
Comment