Class AbpLocalizationOptions
Inheritance
System.Object
AbpLocalizationOptions
Assembly: Volo.Abp.Localization.dll
Syntax
public class AbpLocalizationOptions : object
Constructors
AbpLocalizationOptions()
Declaration
public AbpLocalizationOptions()
Properties
DefaultResourceType
Used as the default resource when resource was not specified on a localization operation.
Declaration
public Type DefaultResourceType { get; set; }
Property Value
GlobalContributors
Declaration
public ITypeList<ILocalizationResourceContributor> GlobalContributors { get; }
Property Value
LanguageFilesMap
Declaration
public Dictionary<string, List<NameValue>> LanguageFilesMap { get; }
Property Value
Type |
Description |
Dictionary<System.String, List<NameValue>> |
|
Languages
Declaration
public List<LanguageInfo> Languages { get; }
Property Value
LanguagesMap
Declaration
public Dictionary<string, List<NameValue>> LanguagesMap { get; }
Property Value
Type |
Description |
Dictionary<System.String, List<NameValue>> |
|
Resources
Declaration
public LocalizationResourceDictionary Resources { get; }
Property Value
Extension Methods