Error.Language property

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

This property is read-only.

Syntax

propVal = Error.Language

Property value

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

Requirement Value
Version
Mergemod.dll 1.0 or later
Header
Mergemod.h
DLL
Mergemod.dll