Class CurrentCultureDto
Inheritance
System.Object
CurrentCultureDto
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class CurrentCultureDto : object
Properties
CultureName
Declaration
public string CultureName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTimeFormatDto DateTimeFormat { get; set; }
Property Value
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 |
|
Extension Methods