Share via


LanguageHelp Property [Visio 2003 SDK Documentation]

Represents the language ID of the Help in the version of the Microsoft Office Visio instance represented by the Application object.

longRet = object**.LanguageHelp**

longRet     Long. The language ID of the Help.

object     Required. An expression that returns an Application object.

Version added

2003

Remarks

The LanguageHelp property returns the language ID of the Help recorded in the object's VERSIONINFO resource. The IDs returned are the standard IDs used by Microsoft Windows to encode different language versions. For example, the LanguageHelp property returns &H0409 for the U.S. English version of Visio. For details, search for "VERSIONINFO" in the Microsoft Platform SDK on MSDN.

Applies to | Application object | Document object | InvisibleApp object | Shape object