Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.