Class LocaleSelectorControl
LocaleSelectorControl is a user control that provides all the server code to manage localisation selection.
Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke.dll
Syntax
public abstract class LocaleSelectorControl : UserControlBase
Fields
| Improve this Doc View SourceddlPortalDefaultLanguage
LocaleSelectorControl is a user control that provides all the server code to manage localisation selection.
Declaration
protected DropDownList ddlPortalDefaultLanguage
Field Value
Type | Description |
---|---|
DropDownList |
litStatus
LocaleSelectorControl is a user control that provides all the server code to manage localisation selection.
Declaration
protected Literal litStatus
Field Value
Type | Description |
---|---|
Literal |
rbViewType
LocaleSelectorControl is a user control that provides all the server code to manage localisation selection.
Declaration
protected RadioButtonList rbViewType
Field Value
Type | Description |
---|---|
RadioButtonList |
Properties
| Improve this Doc View SourceCultureCode
LocaleSelectorControl is a user control that provides all the server code to manage localisation selection.
Declaration
public string CultureCode { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceBindDefaultLanguageSelector()
LocaleSelectorControl is a user control that provides all the server code to manage localisation selection.
Declaration
public void BindDefaultLanguageSelector()
OnLoad(EventArgs)
LocaleSelectorControl is a user control that provides all the server code to manage localisation selection.
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
OnPreRender(EventArgs)
LocaleSelectorControl is a user control that provides all the server code to manage localisation selection.
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |