The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
CultureInfo::GetCultureInfo Method
.NET Framework (current version)
Retrieves a cached, read-only instance of a culture.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetCultureInfo(Int32) | Retrieves a cached, read-only instance of a culture by using the specified culture identifier. |
![]() ![]() | GetCultureInfo(String^) | Retrieves a cached, read-only instance of a culture using the specified culture name. |
![]() ![]() | GetCultureInfo(String^, String^) | Retrieves a cached, read-only instance of a culture. Parameters specify a culture that is initialized with the TextInfo and CompareInfo objects specified by another culture. |
Show:

