How set a culture for entire winform application
问题 I want to set a culture for entire winform application. How can i do that? I changed my Program.cs file like this : using System; using System.Collections.Generic; using System.Globalization; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace Divar { static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { var culture = new CultureInfo("en-US"); CultureInfo.DefaultThreadCurrentCulture