Redirect all routes without _locale to new routes including _locale in Symfony 2.8
问题 (Just in case you have visited my previous question: Do not be confused that the first part of the question / the introduction is the same. The question at the end is different :) I am working on a WebApp project using Symfony 2.8. I would like to add different languages to the page. Depending on the users locale all routes/URLs should be changed from /some/url to /locale/some/url , e.g. /en/some/url`. Before adding the languages the main routing file looked like this: <?xml version="1.0"