Partager via


IVCWizCtlUI.GetPrimaryLangIdFromLCID, méthode

Obtient la langue par défaut à partir de l'ID de paramètres régionaux.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
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

Paramètres

  • dwLCID
    Type : UInt32

    Requis. ID de paramètres régionaux de la langue par défaut.

Valeur de retour

Type : String
Chaîne contenant le nom de la langue par défaut.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms