DotNetNuke 5.2

The Locale class is a custom business object that represents a locale, which is the language and country combination.

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

Syntax

C#
[SerializableAttribute]
public class Locale : BaseEntityInfo, IHydratable
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class Locale _
	Inherits BaseEntityInfo _
	Implements IHydratable
Visual C++
[SerializableAttribute]
public ref class Locale : public BaseEntityInfo, 
	IHydratable

Inheritance Hierarchy

System..::.Object
  DotNetNuke.Entities..::.BaseEntityInfo
    DotNetNuke.Services.Localization..::.Locale

See Also