Class Locale
The Locale class is a custom business object that represents a locale, which is the language and country combination.
Inheritance
System.Object
Locale
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
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
|
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
Extension Methods