如何获取翻译的学说实体列名?

时间:2016-04-18 14:18:19

标签: symfony doctrine translation

Exaple:mysql_table

enter image description here

示例twig文件 enter image description here

1 个答案:

答案 0 :(得分:0)

您需要使用twig的attribute功能:

{{ attribute(gender, 'gender' ~ app.request.locale|capitalize) }}

然而,更好的解决方案是使用专门的工具,例如JMSTranslationBundle