getLocaleCurrencyCode
Retrieves the default currency code for the given locale.
getLocaleCurrencyCode(locale: string): string | null
参数
locale | string | The code of the locale whose currency code we want. |
返回值
string | null
: The code of the default currency for the given locale.
说明
The default is defined as the first currency which is still in use.