Show / Hide Table of Contents

Class HasNameWithLocalizableDisplayNameExtensions

Inheritance
object
HasNameWithLocalizableDisplayNameExtensions
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.Abstractions.dll
Syntax
public static class HasNameWithLocalizableDisplayNameExtensions

Methods

GetLocalizedDisplayName(IHasNameWithLocalizableDisplayName, IStringLocalizerFactory, string?)

Declaration
public static string GetLocalizedDisplayName(this IHasNameWithLocalizableDisplayName source, IStringLocalizerFactory stringLocalizerFactory, string? localizationNamePrefix = "DisplayName:")
Parameters
Type Name Description
IHasNameWithLocalizableDisplayName source
IStringLocalizerFactory stringLocalizerFactory
string localizationNamePrefix
Returns
Type Description
string
In this article
Back to top Powered by ABP.IO Platform