Culture and Region Information - WinForms Calendar Controls
The Windows Forms Calendar Controls provides classes for globalization, which contains information like country, region, country, language, calendars, patterns for formatting dates, currency, numbers, and order for strings. These classes will be really helpful when developing a worldwide use Calendar in WinForms C# environment.
Globalization Support by Calendar Control
The Windows Forms Calendar controls provide powerful namespaces to support the System.Globalization Namespace. These namespaces will be really helpful when developing an application that may used worldwide. The classes, CultureInfo and RegionInfo, are the two featured classes in the namespace. CultureInfo of the Calendar Control
The class, CultureInfo, contains information of a particular culture, such as culture name, writing system, and calendar in use, etc. This class also provides the access to particular culture objects which provide some common operations like formatting dates and sorting strings. The names of the culture are compatible with standard of RFC 1766.
To view the complete names and identifiers list, developers could refer to the CultureInfo class and the System.Globalization namespace. The following are several names and identifiers of CultureInfo class.
Culture Name Culture Identifier Language-Country/Region bg-BG 0x0402 Bulgarian - Bulgaria en-GB 0x0809 English - United Kingdom fr-FR 0x040C French - France es-ES 0x0C0A Spanish - Spain RegionInfo
The class, RegionInfo, provides information of the country or region. The RegionInfo is compatible with ISO 3166 specification, which defines the standard of country and region and cares less of the letter case. |
UI Controlsfor Windows Forms .NET WinForms UI Overview.NET WinForms UI Features.NET WinForms UI GuideC# WinForms UI DesignVB.NET WinForms UI DesignWinForms UI Controls WinForms Buttons UI Control WinForms Calendar UI ControlCalendar Structure in C#Calendar Properties in C#Calendar Events in C#Calendar Getting Started Customize Appearance Appearance - StylingAppearance - TemplateAppearance - HeaderAppearance - FooterAppearance - ZoomHide WeekendsCustomize Behavior Column and Row HeaderMultiView ModeCustomize DatesCustomize NavigationSelect DatesDesign-Time SupportLocalization Culture and Region Info BasicsGlobalization PropertiesWinForms Carousel UI ControlWinForms Chart UI ControlWinForms Clock UI ControlCommandBar UI ControlWinForms Dock UI ControlDesktop Alert UI ControlDropDown List UI ControlWinForms Editor UI ControlForms and Dialogs UI ControlWinForms GridView UI ControlWinForms ListView UI ControlWinForms Menu UI ControlWinForms ComboBox UI ControlWinForms PageView UI ControlPanels and Labels UI ControlWinForms Panorama UI ControlWinForms PDFViewer UI ControlWinForms Property Grid UI ControlWinForms Ribbon UI ControlWinForms PivotGrid UI ControlWinForms RichTextBox UI ControlWinForms Rotator UI ControlWinForms Scheduler UI ControlWinForms Shortcuts UI ControlWinForms SpellChecker UI ControlWinForms Track & Status UI ControlWinForms TreeView UI ControlWinForms Wizard UI ControlWinForms Test UI ControlWinForms Theme UI Control |