IVCWizCtlUI.GetLangAbbrevFromLCID(UInt32) 方法

定义

获取语言区域设置 ID 指定的语言缩写。

public:
 System::String ^ GetLangAbbrevFromLCID(System::UInt32 dwLCID);
public:
 Platform::String ^ GetLangAbbrevFromLCID(unsigned int dwLCID);
std::wstring GetLangAbbrevFromLCID(unsigned int dwLCID);
[System.Runtime.InteropServices.DispId(1610743875)]
public string GetLangAbbrevFromLCID (uint dwLCID);
[<System.Runtime.InteropServices.DispId(1610743875)>]
abstract member GetLangAbbrevFromLCID : uint32 -> string
Public Function GetLangAbbrevFromLCID (dwLCID As UInteger) As String

参数

dwLCID
UInt32

必需。 语言区域设置 ID。 有关本地语言 ID 的列表,请参见本地 ID (LCID) 图表。

返回

String

包含语言缩写的字符串。

属性

注解

1033将返回简体中文。

适用于