The LocaleCollectionWrapper class provides a simple wrapper around a LocaleCollection.

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

Syntax

C#
[ObsoleteAttribute("Deprecated in DNN 5.0.")]
public class LocaleCollectionWrapper : IEnumerator, 
	IEnumerable
Visual Basic
<ObsoleteAttribute("Deprecated in DNN 5.0.")> 
Public Class LocaleCollectionWrapper
	Implements IEnumerator, IEnumerable

Remarks

The LocaleCollection class implements a custom dictionary class which does not provide for simple databinding. This wrapper class exposes the individual objects of the underlying dictionary class thereby allowing for simple databinding to the colleciton of objects.

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Services.Localization..::..LocaleCollectionWrapper

See Also