Table of Contents

Class ContentLanguageModel

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents model for language selector.

public sealed class ContentLanguageModel
Inheritance
object
ContentLanguageModel
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