SPLocalizationCollection Class

Defines the list of strings that represent localization countries, languages, or regions.

Inheritance Hierarchy

System.Object
  System.Collections.Specialized.StringDictionary
    Microsoft.SharePoint.SPLocalizationCollection

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

Syntax

<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public NotInheritable Class SPLocalizationCollection _
    Inherits StringDictionary

Dim instance As SPLocalizationCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public sealed class SPLocalizationCollection : StringDictionary

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

SPLocalizationCollection Members

Microsoft.SharePoint Namespace