Updates the translation status.

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

Syntax

C#
public void UpdateTranslationStatus(
	ModuleInfo localizedModule,
	bool isTranslated
)
Visual Basic
Public Sub UpdateTranslationStatus ( 
	localizedModule As ModuleInfo,
	isTranslated As Boolean
)

Parameters

localizedModule
Type: DotNetNuke.Entities.Modules..::..ModuleInfo
The localized module.
isTranslated
Type: System..::..Boolean
if set to true will mark the module as translated].

Implements

IModuleController..::..UpdateTranslationStatus(ModuleInfo, Boolean)

See Also