GetAvailableLanguages

Returns arrays that identify the languages for which resources are available. Resources are available only for those languages into which Financial Management has been localized.

GetAvailableLanguages returns an array of language IDs and an array of language names. These arrays have a one-to-one correspondence with each other.

Syntax

<HsvResourceManager>.GetAvailableLanguages pvarastrLanguagesIDs, pvarastrLanguages

Argument

Description

pvarastrLanguagesIDs

Variant. Returns an array of language IDs that identify the languages for which resources are available.

Tip:

The HFMConstants enumeration tagHFM_LANGUAGES represents language IDs that are valid for all releases; for more information, see Supported Language Constants.

pvarastrLanguages

Variant. Returns an array of strings that describe the languages for which resources are available.

Example

GetAvailableLanguages is used in the example for GetFormattedError.