我按照Symfony2 doc
http://symfony.com/doc/2.0/book/translation.html#the-locale-and-the-url并在我的路线中添加了区域设置.但是,当我将{{path(‘myroute’)}}放在twig模板中时,我无法通过路径找到携带语言环境的方法,但语言环境总是获取后备值而不是当前语言环境.
我试过{{path(‘myroute’,{‘_ locale’:_ locale})}}但我收到错误“变量”_locale“不存在”.
任何的想法?
已修复{{path(‘address’,{‘_ locale’:app.request.attributes.get(‘_ locale’)})}},感谢此主题
http://www.mail-archive.com/symfony-users@googlegroups.com/msg34838.html.
原文链接:https://www.f2er.com/php/133328.html