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
lcid
Typ: System.UInt32Gebietsschema-ID.
Rückgabewert
Typ: Microsoft.SharePoint.Administration.SPSolutionLanguagePack
Ein SPSolutionLanguagePack-Objekt.