Show / Hide Table of Contents

Class AbpStringLocalizerExtensions

Inheritance
System.Object
AbpStringLocalizerExtensions
Namespace: Volo.Abp.Localization
Assembly: Volo.Abp.Localization.dll
Syntax
public static class AbpStringLocalizerExtensions : object

Methods

GetAllStrings(IStringLocalizer, Boolean, Boolean)

Declaration
public static IEnumerable<LocalizedString> GetAllStrings(this IStringLocalizer stringLocalizer, bool includeParentCultures, bool includeBaseLocalizers)
Parameters
Type Name Description
IStringLocalizer stringLocalizer
System.Boolean includeParentCultures
System.Boolean includeBaseLocalizers
Returns
Type Description
IEnumerable<LocalizedString>

GetInternalLocalizer(IStringLocalizer)

Declaration
public static IStringLocalizer GetInternalLocalizer(this IStringLocalizer stringLocalizer)
Parameters
Type Name Description
IStringLocalizer stringLocalizer
Returns
Type Description
IStringLocalizer
Back to top Powered by Volosoft