2

Possible Duplicate:
Change Language in C#

I want to change writing language to another Language that is set in "Region and Language". How can I do it??

Or can I set new language in Region and Language of windows???

I tried this:

System.Globalization.CultureInfo ci = new System.Globalization.CultureInfo("fa-IR");
System.Threading.Thread.CurrentThread.CurrentCulture = ci;

form Change Language in C# but It doesn't worked.

Community
  • 1
  • 1
ahmadali shafiee
  • 4,350
  • 12
  • 56
  • 91

1 Answers1

-1

If I understand you correctly, this will help you:

http://www.stackoverflow.com/questions/3279403/change-language-in-c-sharp

Gabe
  • 84,912
  • 12
  • 139
  • 238
LMW-HH
  • 1,193
  • 2
  • 15
  • 31