Class ContentLanguageModel
Represents model for language selector.
public sealed class ContentLanguageModel
- Inheritance
-
objectContentLanguageModel
- Extension Methods
Properties
IsDefault
Indicates if the language is default.
public bool IsDefault { get; set; }
Property Value
- bool
LanguageDisplayName
Language display name.
public string LanguageDisplayName { get; set; }
Property Value
- string
LanguageFlagIconName
Language flag icon name.
public string LanguageFlagIconName { get; set; }
Property Value
- string
LanguageName
Language code name.
public string LanguageName { get; set; }
Property Value
- string