Mark B. – tech

Change CultureInfo Setting from back code

This is a simple code to change CultureInfo Setting using C#.

System.Threading.Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("en-US");

you can check here for the full list of culture info : list of culture info

This entry was published on April 28, 2011 at 3:18 am and is filed under IT - Tutorial. Bookmark the permalink. Follow any comments here with the RSS feed for this post.

Leave a comment