Class LocaleSelectorControl
Implements
Inherited Members
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public abstract class LocaleSelectorControl : UserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
LocaleSelectorControl()
Declaration
protected LocaleSelectorControl()
Fields
ddlPortalDefaultLanguage
Declaration
protected DropDownList ddlPortalDefaultLanguage
Field Value
Type | Description |
---|---|
DropDownList |
litStatus
Declaration
protected Literal litStatus
Field Value
Type | Description |
---|---|
Literal |
rbViewType
Declaration
protected RadioButtonList rbViewType
Field Value
Type | Description |
---|---|
RadioButtonList |
Properties
CultureCode
Declaration
public string CultureCode { get; }
Property Value
Type | Description |
---|---|
string |
Methods
BindDefaultLanguageSelector()
Declaration
public void BindDefaultLanguageSelector()
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |