Freigeben über


SPSolution.GetLanguagePack-Methode

Gibt das Sprachpaket in die Lösung für die angegebene Gebietsschema-ID zurück.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetLanguagePack ( _
    lcid As UInteger _
) As SPSolutionLanguagePack
'Usage
Dim instance As SPSolution
Dim lcid As UInteger
Dim returnValue As SPSolutionLanguagePack

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

Parameter

Rückgabewert

Typ: Microsoft.SharePoint.Administration.SPSolutionLanguagePack
Ein SPSolutionLanguagePack-Objekt.

Siehe auch

Referenz

SPSolution Klasse

SPSolution-Member

Microsoft.SharePoint.Administration-Namespace