HI,
On IE 9 I have a simple html page with an input text.
I want the default language to be hebrew when the input get the focus but its always back to english.
I tried:
1. define lang="he" on the input field and on the page.
2. Tools-> ie options -> languge : set hebrew as the only lang.
3. jquery on field got focus event: $('#fieldID').attr('lang','he');
thanks