Search KB Filter article types
Culture settings CodeSample - Setting in code
Categories: Culture & Language
Tags: Architects, Developers, Non English Cultures, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
Revision: 1
Posted: 20/Sep/2009
Updated: 04/Dec/2010
Status: Publish
Types: Code

This article will have a few sections added to it soon, based on the following article type skeleton: CodeSample
Overview

This samplecode shows how to set Culture in code as well as showing the difference between Visual WebGui and Windows Forms applications in setting Culture info.

VB.NET CodeVisual WebGui
System.Globalization.CultureInfo objCI = new System.Globalization.CultureInfo("En-US")
objCI.DateTimeFormat.ShortDatePattern = "yyyy-MM-dd"
VWGContext.Current.CurrentUICulture = objCI

Windows Forms
System.Globalization.CultureInfo objCI = new System.Globalization.CultureInfo("En-US")
objCI.DateTimeFormat.ShortDatePattern  = "yyyy-MM-dd"
Thread.CurrentThread.CurrentCulture    = objCI
Thread.CurrentThread.CurrentUICulture  = objCI

C# CodeVisual WebGui
System.Globalization.CultureInfo objCI = new System.Globalization.CultureInfo("En-US");
objCI.DateTimeFormat.ShortDatePattern = "yyyy-MM-dd";
VWGContext.Current.CurrentUICulture = objCI;

Windows Forms
System.Globalization.CultureInfo objCI = new System.Globalization.CultureInfo("En-US");
objCI.DateTimeFormat.ShortDatePattern  = "yyyy-MM-dd";
Thread.CurrentThread.CurrentCulture    = objCI;
Thread.CurrentThread.CurrentUICulture  = objCI;


About the author

Related Articles

Culture & Language  
Title Update Author
This article explains how to create a translated resource file.
Tags: Developers, C#, Non English Cultures, 1. Beginner, 2. Intermediate, 3. Advanced, Customization, Pre v6.3, v6.3, v6.4 and Later
01/Jan/2008    2008/01/01
Tags: Architects, Developers, XML, Non English Cultures, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
24/May/2010    2010/05/24
Tags: Architects, Developers, Non English Cultures, 1. Beginner, 2. Intermediate, 3. Advanced, Pre v6.3, v6.3, v6.4 and Later
02/Dec/2010    2010/12/02
.NET Web, Cloud and Mobile application delivery platform | Sitemap | Terms of Use | Privacy Statement | Copyright © 2005-2011 Visual WebGui®       Visual WebGui weblog on ASP.NET Visual WebGui Group on LinkedIn Visual WebGui updates on Twitter Visual WebGui Page on Facebook Visual WebGui YouTube Channel Visual WebGui Platform News RSS