AcceptHeaderLocaleResolver class
Implementation of LocaleResolver that simply uses the primary locale specified in the "accept-language" header of the HTTP request (that is, the locale sent by the client browser, normally that of the client's OS).
- Implemented types
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
resolveLocale(
ForceRequest request) → Intl -
Resolve the current locale via the given request.
Should return a default locale as fallback in any case.
@param request the request to resolve the locale for
@return the current locale (never
null
)override -
resolveLocaleWithHeader(
String accept_header) → Intl -
setLocale(
ForceRequest request, covariant Intl locale) → void -
Set the current locale to the given one.
@param request the request to be used for locale modification
@param locale the new locale, or
null
to clear the locale @throws UnsupportedOperationException if the LocaleResolver implementation does not support dynamic changing of the themeoverride -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited