共用方式為


INumberFormatterOptions.ResolvedLanguage 屬性

定義

取得最近用來格式化或剖析數位的語言。

public:
 property Platform::String ^ ResolvedLanguage { Platform::String ^ get(); };
winrt::hstring ResolvedLanguage();
public string ResolvedLanguage { get; }
var string = iNumberFormatterOptions.resolvedLanguage;
Public ReadOnly Property ResolvedLanguage As String

屬性值

String

Platform::String

winrt::hstring

最近用來格式化或剖析數位 的語言識別項優先順序清單中 的語言。

備註

如果您的 app 會將語言標籤從這個介面傳遞至任何 國家語言支援 函式,則必須先呼叫 ResolveLocaleName來轉換標籤。

適用於