I implement localization in my dataentry webpage with English and Arabic languages ,my question is is there a way to change the writing langauge of the keyboard when the user choose arabic link???
From your description, it seems that what you are doing is something like the translation service. And transfer the English char response from the keyboard to the
Arabic languages, Right?
But based on my knowledge, ASP.NET can capture the keyboard event and you can know the key user inputs, but after you get that, you need to create the mapping relationship
between your English chars and Arabic chars by yourself.
In order to get the keyboard event, you can try event.keyCode function in javascript.
khalid2008
Member
70 Points
223 Posts
keyboard language
Nov 16, 2008 07:47 AM|LINK
Hi ALL,
I implement localization in my dataentry webpage with English and Arabic languages ,my question is is there a way to change the writing langauge of the keyboard when the user choose arabic link???
thanks in advance
khalid
Nai-Dong Jin...
All-Star
41630 Points
3558 Posts
Re: keyboard language
Nov 20, 2008 08:55 AM|LINK
Hi,
From your description, it seems that what you are doing is something like the translation service. And transfer the English char response from the keyboard to the Arabic languages, Right?
But based on my knowledge, ASP.NET can capture the keyboard event and you can know the key user inputs, but after you get that, you need to create the mapping relationship between your English chars and Arabic chars by yourself.
In order to get the keyboard event, you can try event.keyCode function in javascript.
Thanks.
yahya_ammour...
Member
16 Points
10 Posts
Re: keyboard language
Dec 30, 2011 09:52 AM|LINK
try the below article, it is a solution for your case
http://www.codeproject.com/KB/custom-controls/automatic_switch_textbox.aspx
</div> </div> </div> </div>