标签: symfony doctrine translation
Exaple:mysql_table
示例twig文件
答案 0 :(得分:0)
您需要使用twig的attribute功能:
attribute
{{ attribute(gender, 'gender' ~ app.request.locale|capitalize) }}
然而,更好的解决方案是使用专门的工具,例如JMSTranslationBundle