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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.