SPSolution.LanguagePacks Property
Returns the list of language packages associated with this solution.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property LanguagePacks As SPSolutionLanguagePackCollection
Get
'Usage
Dim instance As SPSolution
Dim value As SPSolutionLanguagePackCollection
value = instance.LanguagePacks
public SPSolutionLanguagePackCollection LanguagePacks { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPSolutionLanguagePackCollection
An SPSolutionLanguagePackCollectionobject.
Remarks
There is one language package for each language in a solution.