Constructs the LanguageComponentWriter

Namespace: DotNetNuke.Services.Installer.Writers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public LanguageComponentWriter(
	LanguagePackInfo languagePack,
	string basePath,
	Dictionary<string, InstallFile> files,
	PackageInfo package
)
Visual Basic
Public Sub New ( 
	languagePack As LanguagePackInfo,
	basePath As String,
	files As Dictionary(Of String, InstallFile),
	package As PackageInfo
)

Parameters

languagePack
Type: DotNetNuke.Services.Localization..::..LanguagePackInfo
Language Package info.
basePath
Type: System..::..String
Base Path.
files
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, InstallFile>)>)>
A Dictionary of files
package
Type: DotNetNuke.Services.Installer.Packages..::..PackageInfo
Package Info.

See Also