在thymeleaf表达式中使用locale文件中的值

时间:2016-02-21 19:56:24

标签: java spring-mvc thymeleaf

有没有办法让Thymeleaf解释常规Thymeleaf表达式中的区域设置选择器?

例如:

th:text="${userMsgRating.error ? #{rating_error} : #{rating_thanks}}"

1 个答案:

答案 0 :(得分:0)

使用

工作
th:text="${userMsgRating.error ? '__#{rating_error}__' : '__#{rating_thanks}__'}"

更多信息:http://www.thymeleaf.org/doc/tutorials/2.1/usingthymeleaf.html#preprocessing