Returns a currency’s description in a given language. The language must be valid.
HsvMetadata.EnumLanguages returns labels and IDs of the valid languages for the application. |
<HsvCurrencies>.GetCurrencyDescription(lCurrencyID, lLanguageID)
Long (ByVal). The ID of the currency. You can get a currency ID with GetCurrencyID and EnumCurrencies. | |
Long (ByVal). The ID of the language. You can get language IDs with HsvMetadata.EnumLanguages. |
String. Returns the currency’s description.
GetCurrencyDescription is used in the example for GetCurrencyID.