Class ExternalLocalizationSaver.SaveContext
Inheritance
ExternalLocalizationSaver.SaveContext
Assembly: Volo.Abp.LanguageManagement.Domain.dll
Syntax
protected class ExternalLocalizationSaver.SaveContext
Constructors
SaveContext(IReadOnlyList<LanguageInfo>, LocalizationResource[])
Declaration
public SaveContext(IReadOnlyList<LanguageInfo> applicationLanguages, LocalizationResource[] resources)
Parameters
Type |
Name |
Description |
IReadOnlyList<LanguageInfo> |
applicationLanguages |
|
LocalizationResource[] |
resources |
|
Properties
ApplicationLanguages
Declaration
public IReadOnlyList<LanguageInfo> ApplicationLanguages { get; }
Property Value
ChangedResourceRecords
Declaration
public List<LocalizationResourceRecord> ChangedResourceRecords { get; }
Property Value
ChangedTextRecords
Declaration
public List<LocalizationTextRecord> ChangedTextRecords { get; }
Property Value
Localizers
Declaration
public Dictionary<string, IStringLocalizer> Localizers { get; }
Property Value
NewResourceRecords
Declaration
public List<LocalizationResourceRecord> NewResourceRecords { get; }
Property Value
NewTextRecords
Declaration
public List<LocalizationTextRecord> NewTextRecords { get; }
Property Value
Resources
Declaration
public LocalizationResource[] Resources { get; }
Property Value
Type |
Description |
LocalizationResource[] |
|
ResourcesHash
Declaration
public string ResourcesHash { get; set; }
Property Value
ResourcesShouldBeUpdated
Declaration
public bool ResourcesShouldBeUpdated { get; set; }
Property Value
SupportedCultures
Declaration
public Dictionary<string, string[]> SupportedCultures { get; }
Property Value