Help Center

DWStrNativeCurrencyNamefunction

Returns the native name of the currency associated with the locale, in the native language of the locale.

String ManagementfunctionDWSTRProcs.incdocumented

Syntax

FUNCTION DWStrNativeCurrencyName (BYVAL pwszLocale AS WSTRING PTR = LOCALE_NAME_USER_DEFAULT) AS DWSTRING

Parameters

NameDescription
pwszLocalePointer to a locale name, or one of the following predefined values: LOCALE_NAME_INVARIANT, LOCALE_NAME_SYSTEM_DEFAULT, LOCALE_NAME_USER_DEFAULT

Description

The native name of the currency associated with the locale, in the native language of the locale. There is no limit on the number of characters allowed for this string.

Reference

  • Include file DWSTRProcs.inc
  • Defined in AfxNova/DWStrProcs.inc:2190
  • Documented in String Management/DWString Procedures.md
  • Topic: String Procedures