SPSolution.GetLanguagePack - Méthode

Retourne le module linguistique dans la solution pour l'identificateur de paramètres régionaux spécifiés.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public Function GetLanguagePack ( _
    lcid As UInteger _
) As SPSolutionLanguagePack
'Utilisation
Dim instance As SPSolution
Dim lcid As UInteger
Dim returnValue As SPSolutionLanguagePack

returnValue = instance.GetLanguagePack(lcid)
public SPSolutionLanguagePack GetLanguagePack(
    uint lcid
)

Paramètres

  • lcid
    Type : System.UInt32

    Un identificateur de paramètres régionaux.

Valeur renvoyée

Type : Microsoft.SharePoint.Administration.SPSolutionLanguagePack
Un objetSPSolutionLanguagePack.

Voir aussi

Référence

SPSolution classe

SPSolution - Membres

Microsoft.SharePoint.Administration - Espace de noms