SPSolution.GetLanguagePack method

Returns the language pack in the solution for the specified locale identifier.

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
)

Parameters

Return value

Type: Microsoft.SharePoint.Administration.SPSolutionLanguagePack
An SPSolutionLanguagePackobject.

See also

Reference

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace