Class InputLanguage
Create a drop down list with the available LanguageBranch for the site.
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
public class InputLanguage : InputBase, INamingContainer
Constructors
InputLanguage()
Initializes a new instance of the InputLanguage class.
Declaration
public InputLanguage()
Properties
SelectedLanguage
Gets or sets the selected LanguageBranch.
Declaration
public LanguageBranch SelectedLanguage { get; set; }
Property Value
Type | Description |
---|---|
LanguageBranch | The selected LanguageBranch. |
Methods
CreateChildControls()
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
Declaration
protected override void CreateChildControls()
Implements
System.Web.UI.INamingContainer