How to change the language from Arabic to English and Vice-versa

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I'm using .Net(C#) and working on the form(Screen) which have text boxes
for both arabic and english data to store. So i want to change the language
at run time from arabic to english and vice-versa, when the control moves
from one text box to another.

Regards
Dharmendra
 
Hi,

You can use CultureInfo class to change the locale from english to arabic
and vice versa

Nishith
 
Back
Top