DotNetNuke.Services.Installer.Installers.LanguageInstaller

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

Syntax

C#
public LanguageInstaller(
	LanguagePackType type
)
Visual Basic
Public Sub New ( 
	type As LanguagePackType
)

Parameters

type
Type: DotNetNuke.Services.Localization..::..LanguagePackType
paramtypeM:DotNetNuke.Services.Installer.Installers.LanguageInstaller.#ctor(DotNetNuke.Services.Localization.LanguagePackType)

See Also