You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This implementation is derived from the built-in Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.
Rather than adopting a static "Supported Cultures" list from the options, we'll instead be picking up the available cultures based on the request
You'll need to inject a service based on the ISupportedCulturesResolver interface that will be provide that logic
NOTE: probably want this placed towards the bottom of the middleware stack to ensure the HttpContext is furnished with an Identity by the time it arrives