Open edusoccer1121 opened 3 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
@localizer
This prevents the localization from working correctly.
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 IHtmlLocalizerThis prevents the localization from working correctly.