Gets and sets the local resource file for this control

Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string LocalResourceFile { get; set; }
Visual Basic
Public Property LocalResourceFile As String
	Get
	Set

Return Value

A String

Implements

IModuleControl..::..LocalResourceFile

See Also