GetLanguageCountryCodeFromLanguageId

Returns the two-letter language code for a given language ID.

Syntax

<HsvResourceManager>.GetLanguageCountryCodeFromLanguageId(lLanguageId)

Argument

Description

lLanguageId

Long (ByVal). The language ID. You can obtain the IDs of a Financial Management release’s valid languages with GetAvailableLanguages. In addition, you can pass the constants in the HFMConstants enumeration tagHFM_LANGUAGES. This enumeration represents language IDs that are valid for all releases; for more information, see Supported Language Constants.

Return Value

String. Returns the language code.