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.
https://codewithmukesh.com/project/aspnet-core-hero-boilerplate/
MIT License
582 stars 148 forks source link

Identity Pages Localization #34

Open edusoccer1121 opened 2 years ago

edusoccer1121 commented 2 years ago

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.