Interface IAbpStringLocalizer
Assembly: Volo.Abp.Localization.dll
Syntax
public interface IAbpStringLocalizer : IStringLocalizer
Methods
GetAllStrings(bool, bool, bool)
Declaration
IEnumerable<LocalizedString> GetAllStrings(bool includeParentCultures, bool includeBaseLocalizers, bool includeDynamicContributors)
Parameters
Type |
Name |
Description |
bool |
includeParentCultures |
|
bool |
includeBaseLocalizers |
|
bool |
includeDynamicContributors |
|
Returns
GetAllStringsAsync(bool)
Declaration
Task<IEnumerable<LocalizedString>> GetAllStringsAsync(bool includeParentCultures)
Parameters
Type |
Name |
Description |
bool |
includeParentCultures |
|
Returns
GetAllStringsAsync(bool, bool, bool)
Declaration
Task<IEnumerable<LocalizedString>> GetAllStringsAsync(bool includeParentCultures, bool includeBaseLocalizers, bool includeDynamicContributors)
Parameters
Type |
Name |
Description |
bool |
includeParentCultures |
|
bool |
includeBaseLocalizers |
|
bool |
includeDynamicContributors |
|
Returns
GetSupportedCulturesAsync()
Declaration
Task<IEnumerable<string>> GetSupportedCulturesAsync()
Returns
Extension Methods