Table of Contents

Class LanguageSelector.LanguageOption

Namespace
Dynamicweb.CoreUI.Actions
Assembly
Dynamicweb.CoreUI.dll
public class LanguageSelector.LanguageOption
Inheritance
LanguageSelector.LanguageOption
Inherited Members

Properties

CountryCode

public string CountryCode { get; set; }

Property Value

string

Disabled

public bool Disabled { get; set; }

Property Value

bool

IsDefault

public bool IsDefault { get; set; }

Property Value

bool

Label

public string Label { get; set; }

Property Value

string

Value

public string Value { get; set; }

Property Value

string
To top