I have a problem with routing and the internationalization of my site built with Symfony2. If I define routes in the routing.yml file, like this:
exampl
Maybe I solved this in a reasonably simple way:
example: path: '/{_locale}{_S}example' defaults: { _controller: 'AppBundle:Example:index' , _locale="de" , _S: "/" } requirements: _S: "/?" _locale: '|de|en|fr'
Curious about the judgement of the critics ... Best wishes, Greg