CultureInfo Members
The following tables list the members exposed by the CultureInfo type.
Public Constructors
Name | Description | |
---|---|---|
CultureInfo | Initializes a new instance of the CultureInfo class based on the specified culture name. |
Public Properties
Name | Description | |
---|---|---|
CurrentUICulture | Gets the CultureInfo object that represents the culture currently used by the Resource Manager to look up culture-specific resources at run time. | |
DateTimeFormat | Gets or sets a DateTimeFormatInfo object that defines the culturally appropriate format for displaying dates and times. | |
Name | Gets the name of the current culture, in the format "<languagecode2>-<country/regioncode2>". | |
NumberFormat | Gets or sets a NumberFormatInfo object that defines the culturally appropriate format for displaying numbers, currency, and percentages. | |
Parent | Gets the CultureInfo object that represents the parent culture of the current CultureInfo object. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetCultures | Gets the list of supported cultures filtered by the specified CultureTypes values. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Returns a string that contains the name of the current CultureInfo object, in the format "<languagecode2>-<country/regioncode2>". |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |