The LocaleCollection class is a collection of Locale objects. It stores the supported locales.

Namespace: DotNetNuke.Services.Localization
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public class LocaleCollection : NameObjectCollectionBase
Visual Basic
Public Class LocaleCollection
	Inherits NameObjectCollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections.Specialized..::..NameObjectCollectionBase
    DotNetNuke.Services.Localization..::..LocaleCollection

See Also