Open
Description
Hello,
My project is in SF 3.2.6 and I try to generate the i18n routes in production mode.
In dev mode, it's ok.
But in production mode, routes generated are always in same locale (the current).
I use this link to switch :
<a href="{{ path(app.request.attributes.get('_route'), {'locale': 'fr'}) }}">fr</a>
<a href="{{ path(app.request.attributes.get('_route'), {'locale': 'en'}) }}">en</a>
Can you help me ?
Thank you in advance.
Metadata
Metadata
Assignees
Labels
No labels