Class CurrentCultureDto
Inheritance
System.Object
CurrentCultureDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class CurrentCultureDto
Properties
CultureName
Declaration
public string CultureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DateTimeFormat
Declaration
public DateTimeFormatDto DateTimeFormat { get; set; }
Property Value
Type | Description |
---|---|
DateTimeFormatDto |
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EnglishName
Declaration
public string EnglishName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsRightToLeft
Declaration
public bool IsRightToLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NativeName
Declaration
public string NativeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ThreeLetterIsoLanguageName
Declaration
public string ThreeLetterIsoLanguageName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TwoLetterIsoLanguageName
Declaration
public string TwoLetterIsoLanguageName { get; set; }
Property Value
Type | Description |
---|---|
System.String |