Changing keyboard language

  • Thread starter Thread starter Kaveh_1972
  • Start date Start date
K

Kaveh_1972

Guest
Hi,
How can I change keyboard language in textbox? I wanna switch between Farsi & English language in textbox programmaticaly. please tell me how can I do this?
Thanks
 
Textboxes don't have "languages" as such. If you want to change the input method, you should check out the ImeMode (Input Method Editor) property.
 
Unfortunately IMEMode property suport only character set for eastern asia language, not for Farsi or Arabic language.
 
Back
Top