SPSolution.LanguagePacks property

Returns the list of language packages associated with this solution.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

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.

See also

Reference

SPSolution class

SPSolution members

Microsoft.SharePoint.Administration namespace