How do you do that? But avoid it for a specific language if possible
Having to write it for each url is annoying..
Eg: I want my site to respond to / and /fr-FR/ for every url. The former for english, the latter for french.
|
How do you do that? But avoid it for a specific language if possible Having to write it for each url is annoying.. Eg: I want my site to respond to / and /fr-FR/ for every url. The former for english, the latter for french. |
|||
|
|
|
You should take a look at the JMSI18nRoutingBundle, it add internationalization support to routes without having to duplicate any routing definition. This bundle comes configured with three commons scenario for translating routes. Your example is a perfect fit for the Scenario 2 which is |
||||
|
|
|
In your routing.yml, you might have something like (if youre using yaml for routing configuration:
Have you tried adding {locale} to the prefix? |
|||
|
|