Show / Hide Table of Contents

Class CreateLanguageDto

Inheritance
object
CreateLanguageDto
Namespace: Volo.Abp.LanguageManagement.Dto
Assembly: Volo.Abp.LanguageManagement.Application.Contracts.dll
Syntax
public class CreateLanguageDto : ExtensibleObject

Constructors

CreateLanguageDto()

Declaration
public CreateLanguageDto()

Properties

CultureName

Declaration
public string CultureName { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

FlagIcon

Declaration
public string FlagIcon { get; set; }
Property Value
Type Description
string

IsEnabled

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
bool

UiCultureName

Declaration
public string UiCultureName { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft