Initializes a new instance of the LocaleCollectionWrapper
class containing the specified collection Locale objects.
Namespace: DotNetNuke.Services.LocalizationAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public LocaleCollectionWrapper( LocaleCollection Locales ) |
Visual Basic |
---|
Public Sub New ( Locales As LocaleCollection ) |
Parameters
- Locales
- Type: DotNetNuke.Services.Localization..::..LocaleCollection
A LocaleCollection object which is wrapped by the collection.
Remarks
This overloaded constructor copies the ModuleActions
from the indicated array.