Represents a culture definition that can be applied to objects that accept a culture-related setting.
Initializes a new instance of the Sys.CultureInfo class.
The culture value (locale) that represents a language and region.
A culture-sensitive numeric formatting string.
A culture-sensitive date formatting string.
Gets the globalization values of the current culture as sent by the server. This member is static and can be invoked without creating an instance of the class. The CurrentCulture field contains the following fields associated with the current culture: name, dateTimeFormat, and numberFormat.
Gets the globalization values of the invariant culture as sent by the server. This member is static and can be invoked without creating an instance of the class. The InvariantCulture field contains the following fields associated with the invariant (culture-independent) culture: name, dateTimeFormat, and numberFormat.
Gets an object that contains an array of culture-sensitive formatting and parsing string values that can be applied to Date type extensions. Use the dateTimeFormat field to retrieve an object that contains an array of formatting strings that are based on the current culture or on the invariant culture. Each formatting string can be used to specify how to format Date type extensions.
Gets the culture value (locale) that represents a language and region.
Gets an object that contains an array of culture-sensitive formatting and parsing strings values that can be applied to Number type extensions. Use the numberFormat field to retrieve an object that contains an array of formatting strings that are based on the current culture or on the invariant culture. Each formatting string can be used to specify how to format Number type extensions.