Try our conversational search powered by Generative AI!

Class LanguageSettings

Inheritance
System.Object
LanguageSettings
Namespace: EPiServer.UI.Edit
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class LanguageSettings : ContentWebFormsBase, ISupportsScriptManager, ISystemMessageSink, IContentSource

Constructors

LanguageSettings()

Declaration
public LanguageSettings()

Fields

availableEditButton

Declaration
protected ToolButton availableEditButton
Field Value
Type Description
ToolButton

availableLanguages

Declaration
protected CheckBoxList availableLanguages
Field Value
Type Description
System.Web.UI.WebControls.CheckBoxList

availableLanguagesEdit

Declaration
protected Panel availableLanguagesEdit
Field Value
Type Description
System.Web.UI.WebControls.Panel

availableLanguagesList

Declaration
protected Repeater availableLanguagesList
Field Value
Type Description
System.Web.UI.WebControls.Repeater

availableLanguagesView

Declaration
protected Panel availableLanguagesView
Field Value
Type Description
System.Web.UI.WebControls.Panel

Button1

Declaration
protected ToolButton Button1
Field Value
Type Description
ToolButton

Button2

Declaration
protected ToolButton Button2
Field Value
Type Description
ToolButton

Button3

Declaration
protected ToolButton Button3
Field Value
Type Description
ToolButton

Button4

Declaration
protected ToolButton Button4
Field Value
Type Description
ToolButton

fallbackEditButton

Declaration
protected ToolButton fallbackEditButton
Field Value
Type Description
ToolButton

fallbackLanguages

Declaration
protected Repeater fallbackLanguages
Field Value
Type Description
System.Web.UI.WebControls.Repeater

fallbackLanguagesEdit

Declaration
protected Panel fallbackLanguagesEdit
Field Value
Type Description
System.Web.UI.WebControls.Panel

fallbackLanguagesList

Declaration
protected Repeater fallbackLanguagesList
Field Value
Type Description
System.Web.UI.WebControls.Repeater

fallbackLanguagesView

Declaration
protected Panel fallbackLanguagesView
Field Value
Type Description
System.Web.UI.WebControls.Panel

inheritSettings

Declaration
protected CheckBox inheritSettings
Field Value
Type Description
System.Web.UI.WebControls.CheckBox

replacementEditButton

Declaration
protected ToolButton replacementEditButton
Field Value
Type Description
ToolButton

replacementLanguages

Declaration
protected Repeater replacementLanguages
Field Value
Type Description
System.Web.UI.WebControls.Repeater

replacementLanguagesEdit

Declaration
protected Panel replacementLanguagesEdit
Field Value
Type Description
System.Web.UI.WebControls.Panel

replacementLanguagesList

Declaration
protected Repeater replacementLanguagesList
Field Value
Type Description
System.Web.UI.WebControls.Repeater

replacementLanguagesView

Declaration
protected Panel replacementLanguagesView
Field Value
Type Description
System.Web.UI.WebControls.Panel

Translate1

Declaration
protected Translate Translate1
Field Value
Type Description
Translate

Translate2

Declaration
protected Translate Translate2
Field Value
Type Description
Translate

Translate3

Declaration
protected Translate Translate3
Field Value
Type Description
Translate

Translate4

Declaration
protected Translate Translate4
Field Value
Type Description
Translate

Translate5

Declaration
protected Translate Translate5
Field Value
Type Description
Translate

Translate6

Declaration
protected Translate Translate6
Field Value
Type Description
Translate

Translate7

Declaration
protected Translate Translate7
Field Value
Type Description
Translate

Translate8

Declaration
protected Translate Translate8
Field Value
Type Description
Translate

Properties

IsInLegacyWrapper

Declaration
protected bool IsInLegacyWrapper { get; }
Property Value
Type Description
System.Boolean

Methods

Cancel_Click(Object, EventArgs)

Declaration
protected void Cancel_Click(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

CancelSave(Object, EventArgs)

Declaration
protected void CancelSave(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

ChangeAvailableLanguages(Object, EventArgs)

Declaration
protected void ChangeAvailableLanguages(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

ChangeFallbackLanguages(Object, EventArgs)

Declaration
protected void ChangeFallbackLanguages(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

ChangeReplacementLanguages(Object, EventArgs)

Declaration
protected void ChangeReplacementLanguages(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

GetBranchName(Object)

Declaration
protected string GetBranchName(object branchID)
Parameters
Type Name Description
System.Object branchID
Returns
Type Description
System.String

GetNumberOfFallbackColumns()

Declaration
protected virtual int GetNumberOfFallbackColumns()
Returns
Type Description
System.Int32

InheritChanged(Object, EventArgs)

Declaration
protected void InheritChanged(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

ListAvailableBranches(Boolean, Boolean)

Declaration
protected IList ListAvailableBranches(bool addEmpty, bool hasReplacement)
Parameters
Type Name Description
System.Boolean addEmpty
System.Boolean hasReplacement
Returns
Type Description
System.Collections.IList

ListAvailableSettings(Boolean)

Declaration
protected IList ListAvailableSettings(bool hasReplacement)
Parameters
Type Name Description
System.Boolean hasReplacement
Returns
Type Description
System.Collections.IList

ListFallbackLanguages()

Declaration
protected IList ListFallbackLanguages()
Returns
Type Description
System.Collections.IList

OnLoad(EventArgs)

Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

ReloadGui()

Declaration
protected void ReloadGui()

RenderEmptyFallbackColumns()

Declaration
protected string RenderEmptyFallbackColumns()
Returns
Type Description
System.String

RenderFallbackColumns(Object)

Declaration
protected string RenderFallbackColumns(object setting)
Parameters
Type Name Description
System.Object setting
Returns
Type Description
System.String

RenderFallbackList(Object)

Declaration
protected string RenderFallbackList(object setting)
Parameters
Type Name Description
System.Object setting
Returns
Type Description
System.String

SaveAvailableLanguages(Object, EventArgs)

Declaration
protected void SaveAvailableLanguages(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

SaveFallbackLanguages(Object, EventArgs)

Declaration
protected void SaveFallbackLanguages(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

SaveReplacementLanguages(Object, EventArgs)

Declaration
protected void SaveReplacementLanguages(object sender, EventArgs e)
Parameters
Type Name Description
System.Object sender
System.EventArgs e

SetupFallbackLanguageDropDown(String, Int32)

Declaration
protected string SetupFallbackLanguageDropDown(string languageBranch, int index)
Parameters
Type Name Description
System.String languageBranch
System.Int32 index
Returns
Type Description
System.String

SetupLanguageDropDown(String)

Declaration
protected string SetupLanguageDropDown(string languageBranch)
Parameters
Type Name Description
System.String languageBranch
Returns
Type Description
System.String

Implements

Extension Methods