Class DnnLanguageLabel
Implements
Inherited Members
Namespace: DotNetNuke.Web.UI.WebControls
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnLanguageLabel : CompositeControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, INamingContainer, ICompositeControlDesignerAccessor, ILocalizable
Constructors
DnnLanguageLabel()
Declaration
public DnnLanguageLabel()
Properties
DisplayType
Declaration
public CultureDropDownTypes DisplayType { get; set; }
Property Value
Type | Description |
---|---|
CultureDropDownTypes |
Language
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalResourceFile
Declaration
public string LocalResourceFile { get; set; }
Property Value
Type | Description |
---|---|
string |
Localize
Declaration
public bool Localize { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
CreateChildControls()
Declaration
protected override void CreateChildControls()
Overrides
LocalizeStrings()
Declaration
public virtual void LocalizeStrings()
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnPreRender(EventArgs)
Declaration
protected override void OnPreRender(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |