Partager via


IVCWizCtlUI.GetSubLangIdFromLCID, méthode

Obtient une chaîne contenant la langue identifiée comme sous-langue à partir de son 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 GetSubLangIdFromLCID ( _
    dwLCID As UInteger _
) As String
string GetSubLangIdFromLCID(
    uint dwLCID
)
String^ GetSubLangIdFromLCID(
    [InAttribute] unsigned int dwLCID
)
abstract GetSubLangIdFromLCID : 
        dwLCID:uint32 -> string 
function GetSubLangIdFromLCID(
    dwLCID : uint
) : String

Paramètres

  • dwLCID
    Type : System.UInt32
    Requis.ID de paramètres régionaux.

Valeur de retour

Type : System.String
Chaîne contenant la sous-langue.

Notes

Pour plus d'informations, consultez Language Support Functions.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms