Culture.GetCulture method
The GetCulture method overloads return a specified culture.
Overload list
Name | Description | |
---|---|---|
GetCulture(Int32) | The GetCulture method returns a read-only Culture object that represents the culture that corresponds to the locale ID parameter, lcid. | |
GetCulture(String) | The GetCulture method gets a read-only Culture object that represents the culture specified by the name parameter. |
Top