NumeralSystemTranslator 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NumeralSystemTranslator() |
建立由使用者慣用之目前執行時間語言值清單初始化的 NumeralSystemTranslator 物件。 |
NumeralSystemTranslator(IIterable<String>) |
建立由語言清單初始化的 NumeralSystemTranslator 物件。 |
NumeralSystemTranslator()
建立由使用者慣用之目前執行時間語言值清單初始化的 NumeralSystemTranslator 物件。
public:
NumeralSystemTranslator();
NumeralSystemTranslator();
public NumeralSystemTranslator();
function NumeralSystemTranslator()
Public Sub New ()
備註
此預設建構函式相當於使用 NumeralSystemTranslator (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來轉換標記。