OK, here's the stuff: I got one element
<input type="text" id="username" size="15">
and I need this element to force switch keyboard layout from ANY other language to English when users type something in this element. I DO NOT need to send it to the server. I simply need to force switch the language while typing in it.
Does anyone have a simple JS solution for it?
Here's what I've been thinking about: Theoretically. If i knew the language it shoud switch from, then i could write a JS which would replace every symbol to English