I use asp-enum-for tag attribute to display enums. but DataAnnotationsLocalization is not working on [Display(Name="ValueName")] attribute of each value. It displays only the initial text provided and it never changes by changing language or CurrentCulture.
ASP.NET Core 3.1
Visual Studio 2019 16.4.2
I use
asp-enum-fortag attribute to display enums. but DataAnnotationsLocalization is not working on[Display(Name="ValueName")]attribute of each value. It displays only the initial text provided and it never changes by changing language orCurrentCulture.ASP.NET Core 3.1
Visual Studio 2019 16.4.2