CultureInfo.GetCultureInfo Method
.NET Framework 3.0
Retrieves a cached, read-only instance of a culture.
| Name | Description |
|---|---|
| CultureInfo.GetCultureInfo (Int32) | Retrieves a cached, read-only instance of a culture using the specified culture identifier. Supported by the .NET Compact Framework. |
| CultureInfo.GetCultureInfo (String) | Retrieves a cached, read-only instance of a culture using the specified culture name. Supported by the .NET Compact Framework. |
| CultureInfo.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. |