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
Is your feature request related to a problem? Please describe.
I want to have a way to pass a header to my applications with the locale.
To make this possible, i need to make sure I have the request.header set before building the response via handleI18nRouting.
Would be nice to have the same function that handleI18nRouting to retrieve the locale. this will make sure that handleI18nRouting and the locale predefined before would be target as the same value.
Is your feature request related to a problem? Please describe.
I want to have a way to pass a header to my applications with the locale.
To make this possible, i need to make sure I have the request.header set before building the response via
handleI18nRouting
.Would be nice to have the same function that handleI18nRouting to retrieve the locale. this will make sure that handleI18nRouting and the locale predefined before would be target as the same value.
Adding this as discussion. Would this make sense?
Describe the solution you'd like
Maybe:
Describe alternatives you've considered
Can be other api. the idea is to have a way of getting the locale before we generate the response
The text was updated successfully, but these errors were encountered: