Error.Language Property

Windows Installer

Error.Language Property

The read-only Language property of the Error object returns the LANGID of the current error.

Syntax

Script
Error.Language

Remarks

The value of the Language property is -1 unless the error is of type msmErrorLanguageUnsupported or msmErrorLanguageFailed. You can determine the type of error by calling the Type property of the Error object.

C++

See get_Language Function (Error Object).

Requirements

VersionMergemod.dll 1.0 or later
HeaderMergemod.h
DLLMergemod.dll

Send comments about this topic to Microsoft

Build date: 8/13/2009

© 2009 Microsoft Corporation. All rights reserved.