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)

Syntax

C#
[SerializableAttribute]
public class Locale : BaseEntityInfo, IHydratable
Visual Basic
<SerializableAttribute>
Public Class Locale
	Inherits BaseEntityInfo
	Implements IHydratable

Inheritance Hierarchy

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

See Also