Language.AbbreviatedName 属性

定义

获取 BCP-47 语言标记的三个字母缩写。 例如,“en-US”将转换为“eng”。

public:
 property Platform::String ^ AbbreviatedName { Platform::String ^ get(); };
winrt::hstring AbbreviatedName();
public string AbbreviatedName { get; }
var string = language.abbreviatedName;
Public ReadOnly Property AbbreviatedName As String

属性值

String

Platform::String

winrt::hstring

三个字母缩写。

Windows 要求

设备系列
Windows 10, version 2004 (在 10.0.19041.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v10.0 中引入)

适用于