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)

Syntax

'Declaration
Public Class SPLanguageCollection _
    Inherits SPBaseCollection
'Usage
Dim instance As SPLanguageCollection
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.

See also

Reference

SPLanguageCollection members

Microsoft.SharePoint namespace