Language Property

Microsoft Deployment Tools

Deployment Tools Foundation Language Property
Gets the numeric language ID used by the current install session.
Declaration Syntax
C# Visual Basic Visual C++
public int Language { get; }
Public ReadOnly Property Language As Integer
public:
property int Language {
	int get ();
}
Remarks

Win32 MSI API: MsiGetLanguage

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)