Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

Microsoft.AspNetCore.Localization

System Library

Author Microsoft
Version 10.0.1
Tags

Public Types

Microsoft.​AspNetCore.​Builder

Extension methods for adding the <see cref="T:Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware" /> to an application.
Specifies options for the <see cref="T:Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware" /> .
Extension methods for the <see cref="T:Microsoft.AspNetCore.Builder.RequestLocalizationOptions" /> .

Microsoft.​AspNetCore.​Localization

Determines the culture information for a request via the value of the Accept-Language header.
Determines the culture information for a request via the value of a cookie.
Determines the culture information for a request via the configured delegate.
Represents the feature that provides the current request's culture information.
Represents a provider for determining the culture information of an <see cref="T:Microsoft.AspNetCore.Http.HttpRequest" /> .
Details about the cultures obtained from <see cref="T:Microsoft.AspNetCore.Localization.IRequestCultureProvider" /> .
Determines the culture information for a request via values in the query string.
Details about the culture for an <see cref="T:Microsoft.AspNetCore.Http.HttpRequest" /> .
Provides the current request's culture information.
An abstract base class provider for determining the culture information of an <see cref="T:Microsoft.AspNetCore.Http.HttpRequest" /> .
Enables automatic setting of the culture for <see cref="T:Microsoft.AspNetCore.Http.HttpRequest" /> s based on information sent by the client in headers and logic provided by the application.

Microsoft.​Extensions.​DependencyInjection

Extension methods for the request localization middleware.