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.