• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class Locale

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

Inheritance
System.Object
BaseEntityInfo
Locale
Implements
IHydratable
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Services.Localization
Assembly: DotNetNuke.dll
Syntax
public class Locale : BaseEntityInfo, IHydratable

Constructors

| Improve this Doc View Source

Locale()

Initializes a new instance of the Locale class.

Declaration
public Locale()

Properties

| Improve this Doc View Source

Code

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Culture

Declaration
public CultureInfo Culture { get; }
Property Value
Type Description
CultureInfo
| Improve this Doc View Source

EnglishName

Declaration
public string EnglishName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Fallback

Declaration
public string Fallback { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FallBackLocale

Declaration
public Locale FallBackLocale { get; }
Property Value
Type Description
Locale
| Improve this Doc View Source

IsPublished

Declaration
public bool IsPublished { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

KeyID

Declaration
public int KeyID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

LanguageId

Declaration
public int LanguageId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

NativeName

Declaration
public string NativeName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PortalId

Declaration
public int PortalId { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Text

Declaration
public string Text { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

Implements

IHydratable

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS