Assuming that the user keyboard is set to English keyboard settings in English, is it possible to create an html text box with a Vietnamese button, which when pressed will start by storing all user input as a Vietnamese keyboard input method?
For example, if I connect the button to the vietnamese-vni input method , and using my default English English keyboard, I typed: this is Vietnamese:
Then I pressed the button and typed tie4ng vie6t
, I want the text area to displaythis is Vietnamese: tiẽng viêt
I wonder if there is a way to do this in html / css / javascript?
source
share