Set default language for HTML input`s
html, input, keyboard, layout
Solution
I'd think about the `lang` attribute. But this is meta-information, I'm really not sure the browser will do anything with it. Never tried it myself.
<input lang="is" ...>
Problem
How to set default keyboard layout for input boxes, for example when the page gets loaded, we can type in an input text with another keyboard language else than English?