Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 827 Bytes

File metadata and controls

29 lines (23 loc) · 827 Bytes

GetCurrentLocalization

Description

Get the Vectorworks language in the ISO 639-3 draft standard Language ID and sublanguage is unused and will be the empty string reserved for future use for a regional dialect.

Currently this will always return the same language for a given installation of Vectorworks.

PROCEDURE GetCurrentLocalization(
				VAR language    : STRING;
				VAR subLanguage : STRING);
def vs.GetCurrentLocalization():
    return (language, subLanguage)

Parameters

Name Type Description
language STRING Output parameter. Returns language in ISO 639-3 draft standard Language ID.
subLanguage STRING Output parameter. Unused. Returns empty string.

Version

Availability: from Vectorworks 2010

Category