IVCWizCtlUI.GetLangAbbrevFromLCID(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取语言区域设置 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) 图表。
返回
包含语言缩写的字符串。
- 属性
注解
1033将返回简体中文。