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.
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. |
<HsvMetadata>.EnumLanguages pvaralIDs, pvarabstrLabels
EnumLanguages is used in the Example for GetConsolidationMethodInfo.