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
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SPLanguageCollection _
Inherits SPBaseCollection
Dim instance As SPLanguageCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SPLanguageCollection : SPBaseCollection
Remarks
Use the InstalledLanguages or P**[:Microsoft.SharePoint.SPRegionalSettings.GlobalInstalledLanguages]** property of the SPRegionalSettings class to return the collection of languages in the deployment of Microsoft Windows SharePoint Services.
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 Microsoft Visual C#, or myLanguages (index) in Microsoft 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.