Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.01 KB

Visio.Document.Language.md

File metadata and controls

35 lines (21 loc) · 1.01 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Document.Language property (Visio)
vis_sdr.chm10551705
vis_sdr.chm10551705
Visio.Document.Language
76f995fd-8b4d-7292-50c1-8dcb6448c2ec
06/08/2017
medium

Document.Language property (Visio)

Represents the language ID of the version of the Microsoft Visio instance represented by the parent object. Read/write.

Syntax

expression.Language

expression A variable that represents a Document object.

Return value

Long

Remarks

The Language property returns the language ID recorded in the object's VERSIONINFO resource. The IDs returned are the standard IDs used by 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.

[!includeSupport and feedback]