NumeralSystemTranslator 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
NumeralSystemTranslator() |
创建由用户首选的当前运行时语言值列表初始化的 NumeralSystemTranslator 对象。 |
NumeralSystemTranslator(IIterable<String>) |
创建由语言列表初始化的 NumeralSystemTranslator 对象。 |
NumeralSystemTranslator()
创建由用户首选的当前运行时语言值列表初始化的 NumeralSystemTranslator 对象。
public:
NumeralSystemTranslator();
NumeralSystemTranslator();
public NumeralSystemTranslator();
function NumeralSystemTranslator()
Public Sub New ()
注解
此默认构造函数等效于使用 数字系统Translator (Windows.Globalization.ApplicationLanguages.languages) 。
另请参阅
适用于
NumeralSystemTranslator(IIterable<String>)
创建由语言列表初始化的 NumeralSystemTranslator 对象。
public:
NumeralSystemTranslator(IIterable<Platform::String ^> ^ languages);
NumeralSystemTranslator(IIterable<winrt::hstring> const& languages);
public NumeralSystemTranslator(IEnumerable<string> languages);
function NumeralSystemTranslator(languages)
Public Sub New (languages As IEnumerable(Of String))
参数
BCP-47 语言标记列表(按优先级顺序表示语言选择)。 它们必须都根据 Windows.Globalization.Language.isWellFormed 正确格式。
注解
此构造函数创建一个对象,该对象初始化为使用系统已知的 语言 中的第一种语言的默认数字系统。 如果没有已知语言,则使用用户首选的当前运行时语言。
如果你的应用将此类中使用的语言标记传递给任何 国家语言支持 函数,它必须首先通过调用 ResolveLocaleName 来转换标记。