Class TranslateCommand.AbpLocalizationInfo
Inheritance
System.Object
TranslateCommand.AbpLocalizationInfo
Namespace: Volo.Abp.Cli.Commands
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class AbpLocalizationInfo : object
Properties
Culture
Declaration
public string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Texts
Declaration
public List<NameValue> Texts { get; set; }
Property Value
| Type | Description |
|---|---|
| List<NameValue> |