SPSolution.GetLanguagePack method

Retorna o pacote de idiomas da solução para o identificador de localidade especificada.

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

Syntax

'Declaração
Public Function GetLanguagePack ( _
    lcid As UInteger _
) As SPSolutionLanguagePack
'Uso
Dim instance As SPSolution
Dim lcid As UInteger
Dim returnValue As SPSolutionLanguagePack

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

Parâmetros

Valor retornado

Type: Microsoft.SharePoint.Administration.SPSolutionLanguagePack
Um objeto dede SPSolutionLanguagePack.

Ver também

Referência

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace