Class SharedCultures
Shared cultures.
public static class SharedCultures
- Inheritance
-
SharedCultures
- Inherited Members
Properties
CurrentCulture
The current culture.
public static CultureInfo CurrentCulture { get; }
Property Value
CurrentUICulture
The current UI culture.
public static CultureInfo CurrentUICulture { get; }
Property Value
Methods
Get(string)
Gets a culture of the specified name.
public static CultureInfo Get(string name)
Parameters
namestring- The name of the culture.
Returns
- CultureInfo
- The culture of the specified name.