public WinForm() { //Set the Language property.... oCurrentLangSet = System.Threading.Thread.CurrentThread.CurrentCulture; System.Globalization.CultureInfo oCurrentCultInfo = new System.Globalization.CultureInfo("en-US"); System.Threading.Thread.CurrentThread.CurrentCulture = oCurrentCultInfo;
}