I just began with symfony I\'m trying to build a multilang website but I have a problem to change the locale
I read some posts and I read the documentation about thi
If for example your default locale is french, except for one controller you want to have the default locale set to english can do that:
routing.yml
desktop_comingsoonpage:
resource: "@RemmelComparabusBundle/Controller/ComingsoonpageController.php"
defaults: { _locale: en }
type: annotation
more info : Symfony doc