Class Culture
Culture information describing a Culture
public class Culture
- Inheritance
-
Culture
Properties
DisplayName
Nice name for the user, like English (United States)
public string DisplayName { get; set; }
Property Value
IsDefault
Information if this is the default culture.
public bool IsDefault { get; set; }
Property Value
Remarks
Not sure if this is actually valid, as ATM there is no setting to configure a default culture
Name
Short code like en
or en-US
public string Name { get; set; }