Grails是否使用基于域的不同本地化消息?

时间:2013-01-11 11:59:12

标签: grails localization

我在新的Grails 2.1.0应用中有以下.properties个文件:

messages.properties
messages_sv.properties

当用户点击我们的messages_sv.properties网址时,是否会使用来自www.mysite.se的值,还是纯粹根据浏览器的语言设置加载消息?

1 个答案:

答案 0 :(得分:2)

邮件由区域设置独立于URL解析。如果您想更改区域设置,请查看the i18n documentation以更好地了解Grails中的国际化。