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)
Available in Sandboxed Solutions: No

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