CultureInfo Constructor
.NET Framework (current version)
Initializes a new instance of the CultureInfo class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CultureInfo(Int32) | Initializes a new instance of the CultureInfo class based on the culture specified by the culture identifier. |
![]() | 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. |
![]() | CultureInfo(String^) | Initializes a new instance of the CultureInfo class based on the culture specified by name. |
![]() | 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. |
Show:
