System.Globalization.CultureInfo myCulture = System.Globalization.CultureInfo.CreateSpecificCulture("<<Pass Here Culture Whatever You Want");
// For Example : For French You Can Set "fr"...
System.Threading.Thread.CurrentThread.CurrentCulture = myCulture;
System.Threading.Thread.CurrentThread.CurrentUICulture = myCulture;