Share via


Language Property [Visio 2003 SDK Documentation]

Represents the language ID of the version of the Microsoft Office Visio instance represented by the Application, Document, InvisibleApp, or Shape object.

longRet = object**.Language**

longRet     Long. The language ID.

object     Required. An expression that returns an Application, Document, InvisibleApp, or Shape object.

Version added

3.0

Remarks

The Language property returns the language ID 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 Language property returns &H0409 for the U.S. English version of Visio. For details, search for "VERSIONINFO" in the Microsoft Platform SDK on MSDN, the Microsoft Developer Network.

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