getLocaleCurrencySymbol
function
Deprecated
Retrieves the symbol used to represent the currency for the main country
corresponding to a given locale. For example, '$' for en-US
.
API
getLocaleCurrencySymbol( locale: string): string;
Jump to details