Skip to content

Pact Localization ISupportedCulturesResolver

welshronaldo edited this page May 30, 2022 · 6 revisions

ISupportedCulturesResolver Interface

Used by DynamicLocalizationMiddleware to allow the application to define how the set of supported cultures are resolved for an HttpContext

public interface ISupportedCulturesResolver
Methods
GetSupportedCulturesAsync(HttpContext) Determines the list of cultures available for selection for a context (likely based on the authenticated user)
Clone this wiki locally