Compartir a través de


IVCWizCtlUI.GetPrimaryLangIdFromLCID (Método)

Obtiene el idioma predeterminado del id. de configuración regional de idioma.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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

Parámetros

  • dwLCID
    Tipo: System.UInt32
    Requerido.Id. de configuración regional de idioma para el idioma predeterminado.

Valor devuelto

Tipo: System.String
Cadena que contiene el nombre del idioma predeterminado.

Seguridad de .NET Framework

Vea también

Referencia

IVCWizCtlUI Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)