Class CurrentCultureDto
Inheritance
CurrentCultureDto
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class CurrentCultureDto
Constructors
CurrentCultureDto()
Declaration
public CurrentCultureDto()
Properties
CultureName
Declaration
public string CultureName { get; set; }
Property Value
Declaration
public DateTimeFormatDto DateTimeFormat { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
EnglishName
Declaration
public string EnglishName { get; set; }
Property Value
IsRightToLeft
Declaration
public bool IsRightToLeft { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NativeName
Declaration
public string NativeName { get; set; }
Property Value
ThreeLetterIsoLanguageName
Declaration
public string ThreeLetterIsoLanguageName { get; set; }
Property Value
TwoLetterIsoLanguageName
Declaration
public string TwoLetterIsoLanguageName { get; set; }
Property Value
Methods
Create()
Declaration
public static CurrentCultureDto Create()
Returns
Extension Methods