IVCWizCtlUI.GetPrimaryLangIdFromLCID 方法

获取来自语言区域设置 ID 的默认语言。

命名空间:  Microsoft.VisualStudio.VsWizard
程序集:  Microsoft.VisualStudio.VsWizard(在 Microsoft.VisualStudio.VsWizard.dll 中)

语法

声明
Function GetPrimaryLangIdFromLCID ( _
    dwLCID As UInteger _
) As String
string GetPrimaryLangIdFromLCID(
    uint dwLCID
)
String^ GetPrimaryLangIdFromLCID(
    [InAttribute] unsigned int dwLCID
)
abstract GetPrimaryLangIdFromLCID : 
        dwLCID:uint32 -> string 
function GetPrimaryLangIdFromLCID(
    dwLCID : uint
) : String

参数

  • dwLCID
    类型:System.UInt32
    必需。默认语言的语言区域设置 ID。

返回值

类型:System.String
包含默认语言的名称的字符串。

.NET Framework 安全性

请参见

参考

IVCWizCtlUI 接口

Microsoft.VisualStudio.VsWizard 命名空间