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.