function
Retrieves a localized number symbol that can be used to replace placeholders in number formats.
getLocaleNumberSymbol(locale: string, symbol: NumberSymbol): string
locale | string | The locale code. |
symbol | NumberSymbol | The symbol to localize. |
string
: The character for the localized symbol.
© 2010–2021 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v12.angular.io/api/common/getLocaleNumberSymbol