Show / Hide Table of Contents

Class AbpInternalLocalizationHelper

Inheritance
object
AbpInternalLocalizationHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Localization
Assembly: Volo.Abp.Localization.dll
Syntax
public static class AbpInternalLocalizationHelper

Methods

LocalizeWithFallback(IStringLocalizer?[], string[], string)

Declaration
[Obsolete("Use IAbpEnumLocalizer instead.")]
public static string LocalizeWithFallback(IStringLocalizer?[] localizers, string[] keys, string defaultValue)
Parameters
Type Name Description
IStringLocalizer[] localizers
string[] keys
string defaultValue
Returns
Type Description
string
In this article
Back to top Powered by ABP.IO Platform