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
Version | Mergemod.dll 1.0 or later |
---|---|
Header | Mergemod.h |
DLL | Mergemod.dll |
Send comments about this topic to Microsoft
Build date: 8/13/2009
© 2009 Microsoft Corporation. All rights reserved.