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
You are right, it would be more convenient for us if there was a helper.
However, in order to support this, it is necessary to support not only Cookies, but also Queries, and Paths.
Clear and concise description of the problem
The Only default helper to resolve the locale is
detectLocaleFromAcceptLanguageHeader
. To get it from a cookie, one needs to write custom code.Suggested solution
Implement a
detectLocaleFromCookie
helperAlternative
Using custom function is already possible, but since there is a helper for accept-language already, more helpers make sense.
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: