Open
Description
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
helper
Alternative
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
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Activity