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
lcid
Type: System.UInt32Um identificador de localidade.
Valor retornado
Type: Microsoft.SharePoint.Administration.SPSolutionLanguagePack
Um objeto dede SPSolutionLanguagePack.