EnumLanguages

Returns the numeric IDs and labels of the valid languages for an application. The IDs are returned in one array, and the labels in a second array.

Tip:

If you need to get the ID of a language, loop through the array of labels returned by EnumLanguages, then get the corresponding ID from the array of IDs.

Syntax

<HsvMetadata>.EnumLanguages pvaralIDs, pvarabstrLabels

Argument

Description

pvaralIDs

Variant array. Returns the IDs of the application’s languages. The array is returned as a Long subtype.

pvarabstrLabels

Variant array. Returns the labels of the application’s languages. The array is returned as a String subtype.

Example

EnumLanguages is used in the Example for GetConsolidationMethodInfo.