Follwing How to switch input to other language, lets say I want to change the input language to Hebrew or location based language.
By changing I want that any keyboard text that will be typed in input
element will appear in the language I set on it(without a user action like alt+ctrl
).
Is there a JS
or angular lib for it?
It does not have to be dynamic, even hardcode for start will be great, like:
<input type="textbox" name="text1" Lang="fa-IR" /> //persian
In this case all user input
inserted appear in persian.
Thanks.