Class TranslateCommand.AbpLocalizationInfo
Inherited Members
Namespace: Volo.Abp.Cli.Commands
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class TranslateCommand.AbpLocalizationInfo
Constructors
AbpLocalizationInfo()
Declaration
public AbpLocalizationInfo()
Properties
Culture
Declaration
public string Culture { get; set; }
Property Value
Type | Description |
---|---|
string |
Texts
Declaration
public List<NameValue> Texts { get; set; }
Property Value
Type | Description |
---|---|
List<NameValue> |