aspnetcorehero / Boilerplate

Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes both WebApi and Web(MVC) Projects.

Home Page:https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identity Pages Localization

edusoccer1121 opened this issue · comments

Identity pages are not being correctly localized.

Since they are Razor pages they are not compatible with the MVC @localizer which uses IViewService which inherits from IHtmlLocalizer

This prevents the localization from working correctly.