getLocaleNumberSymbol
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.