Localizes ModuleControl Titles
Namespace: DotNetNuke.Services.LocalizationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static string LocalizeControlTitle( IModuleControl moduleControl ) |
Visual Basic |
---|
Public Shared Function LocalizeControlTitle ( moduleControl As IModuleControl ) As String |
Parameters
- moduleControl
- Type: DotNetNuke.UI.Modules..::..IModuleControl
ModuleControl
Return Value
Localized control title if found
Remarks
Resource keys are: ControlTitle_[key].Text
Key MUST be lowercase in the resource file
Key can also be "blank" for admin/edit controls. These will only be used
in admin pages