GetUserLanguageFromHFMLanguageId

Returns the two-letter language code for the language represented by a given Financial Management language ID.

Syntax

<HsvResourceManager>.GetUserLanguageFromHFMLanguageId (lLanguageId)

Argument

Description

lLanguageId

Long (ByVal). The language ID. You can obtain the IDs of a Financial Management release’s valid languages with GetAvailableLanguages.

Tip:

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

Return Value

Variant. Returns a string containing the language code.