SPLanguageCollection Class
Represents a collection of SPLanguage objects.
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.SPLanguageCollection
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
Public Class SPLanguageCollection _
Inherits SPBaseCollection
'Usage
Dim instance As SPLanguageCollection
[SubsetCallableTypeAttribute]
public class SPLanguageCollection : SPBaseCollection
Remarks
Use the InstalledLanguages or GlobalInstalledLanguages property of the SPRegionalSettings class to return the collection of languages in the deployment of Microsoft SharePoint Foundation.
Use an indexer to return a single language from the collection. For example, assuming the collection is assigned to a variable named myLanguages, use myLanguages[index] in C#, or myLanguages(index) in Visual Basic, where index is the index number of the language object in the collection.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.