Interface ILocalizable
Namespace: DotNetNuke.Web.UI
Assembly: DotNetNuke.Web.dll
Syntax
public interface ILocalizable
Properties
LocalResourceFile
Declaration
string LocalResourceFile { get; set; }
Property Value
Type | Description |
---|---|
string |
Localize
Declaration
bool Localize { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
LocalizeStrings()
Declaration
void LocalizeStrings()