CultureAndRegionInfoBuilder.ThreeLetterWindowsLanguageName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定在 Windows API 中所定義之語言的三個字母代碼。
public:
property System::String ^ ThreeLetterWindowsLanguageName { System::String ^ get(); void set(System::String ^ value); };
public string ThreeLetterWindowsLanguageName { get; set; }
member this.ThreeLetterWindowsLanguageName : string with get, set
Public Property ThreeLetterWindowsLanguageName As String
屬性值
Windows API 中所定義之語言的三個字母代碼。
例外狀況
在設定作業中,此值為 null
。
設定作業中值的長度範圍並不是 1 到 8 個字元之間。
設定作業中的值包含不在以下範圍中的字元:'a' 到 'z'、'A' 到 'Z' 或 '0' 到 '9'。
在設定作業中,目前的自訂文化特性是取代的文化特性。
備註
屬性 ThreeLetterWindowsLanguageName 會對應至 ThreeLetterWindowsLanguageName 屬性。
這個屬性會傳回與具有 LOCALE_SABBREVLANGNAME 值之 Windows API 方法 GetLocaleInfo
相同的值。 例如,Windows API 中所定義的英文 (美國) 三個字母代碼是 “enu”。