Boilerplate
Boilerplate copied to clipboard
Identity Pages Localization
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.