SaaS CMS has officially launched! Learn more now.

Class PropertyUILanguageControl

Property control that is used to store one of the languages that are defined in the translation files.

Inheritance
System.Object
PropertyUILanguageControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
[Obsolete("This class has been obsoleted and will be removed in a future release.", false)]
public class PropertyUILanguageControl : PropertySelectControlBase, IPropertyControl, INamingContainer, IRenderSettings

Constructors

PropertyUILanguageControl()

Declaration
public PropertyUILanguageControl()

Methods

SetupEditControls()

Used to apply a custom setup to the edit controls.

Declaration
protected override void SetupEditControls()
Overrides
Remarks

This method is called from CreateEditControls after the edit control(s) have been created.

Implements

System.Web.UI.INamingContainer

Extension Methods