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 |
|---|---|---|
| Microsoft.Extensions.Localization.IStringLocalizer[] | localizers | |
| string[] | keys | |
| string | defaultValue |
Returns
| Type | Description |
|---|---|
| string |