IVCWizCtlUI.GetLangAbbrevFromLCID 方法
获取语言区域设置 ID 指定的语言缩写。
命名空间: Microsoft.VisualStudio.VsWizard
程序集: Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)
语法
声明
Function GetLangAbbrevFromLCID ( _
dwLCID As UInteger _
) As String
string GetLangAbbrevFromLCID(
uint dwLCID
)
String^ GetLangAbbrevFromLCID(
[InAttribute] unsigned int dwLCID
)
abstract GetLangAbbrevFromLCID :
dwLCID:uint32 -> string
function GetLangAbbrevFromLCID(
dwLCID : uint
) : String
参数
- dwLCID
类型:System.UInt32
必需。语言区域设置 ID。有关本地语言 ID 的列表,请参见本地 ID (LCID) 图表。
返回值
类型:System.String
包含语言缩写的字符串。
备注
1033 将返回英语的 enu。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。