Click here to Skip to main content
15,885,032 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI,
Is there any possible way to change the keyboard layout?

I have 5 radio button on a page and a multi-line textbox.

I want the user to click on a radio button, and select the language of choice.

Once the user clicks on the radio button, the input language would change from say
English to Arabic.

However, i have not been able to find any solution for this.

Please help me in this context.

Please any solution !!!

Thanks!
Posted
Updated 14-Jun-11 20:05pm
v2

You question tile is really confusing and not in sync with the details you have provided. Actually you are looking for some API which can translate your text.


Check this out.

http://weblogs.asp.net/jalpeshpvadgama/archive/2010/05/18/google-translation-api-integration-in-net.aspx[^]

If you want to do this at client

http://code.google.com/p/jquery-translate/[^]
 
Share this answer
 
v2
Comments
Ahsan Mirza 3-Jun-11 7:54am    
No i don't want to use something like Google API.
It has to be done with programming.
PSK_ 3-Jun-11 8:02am    
If you are planning to write your own logic for translation, i think that will be really a complex and big task specially when you just want to translate some text.
Ahsan Mirza 3-Jun-11 8:56am    
yes but this is the demand of client, so see if a solution can be provided.
try the below article
when the user change the drop down list, just change the property "TextLanguage" of textbox
Custom Text box Control that Switch keyboard language Automatically[^]
 
Share this answer
 
You might need to use some third party translator tool or web service which can translate text for you.
 
Share this answer
 
Comments
Ahsan Mirza 3-Jun-11 7:53am    
No i don't want to use something like Google API.
It has to be done with programming.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900