System.Globalization Namespace
Contains types that define culture-related information, for writing globalized (internationalized) applications.
Classes
Name | Description | |
---|---|---|
CultureInfo | Provides information about a specific culture (such as its name, its writing system, and so forth), as well as access to culture-specific objects that provide information for common operations, such as formatting dates and sorting strings. | |
DateTimeFormatInfo | Defines how DateTime values are formatted and displayed, depending on the culture. | |
DaylightTime | Defines the period of daylight saving time for the local time zone. | |
NumberFormatInfo | Defines how numeric values are formatted and displayed, depending on the system culture. |
Enumerations
Name | Description | |
---|---|---|
CultureTypes | Defines the types of culture lists that you can retrieve by using the GetCultures method. |