CultureInfo Constructor
.NET Framework 2.0
Initializes a new instance of the CultureInfo class.
| Name | Description |
|---|---|
| CultureInfo (Int32) | Initializes a new instance of the CultureInfo class based on the culture specified by the culture identifier. Supported by the .NET Compact Framework. |
| CultureInfo (String) | Initializes a new instance of the CultureInfo class based on the culture specified by name. Supported by the .NET Compact Framework. |
| CultureInfo (Int32, Boolean) | Initializes a new instance of the CultureInfo class based on the culture specified by the culture identifier and on the Boolean that specifies whether to use the user-selected culture settings from the system. Supported by the .NET Compact Framework. |
| CultureInfo (String, Boolean) | Initializes a new instance of the CultureInfo class based on the culture specified by name and on the Boolean that specifies whether to use the user-selected culture settings from the system. Supported by the .NET Compact Framework. |