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
lcid
Type: System.UInt32A locale identifier.
Return Value
Type: Microsoft.SharePoint.Administration.SPSolutionLanguagePack
An SPSolutionLanguagePackobject.