[Bug #1173] Application language must be user language

FEA: ItEr75S04BugFixing
This commit is contained in:
Cristina Alvarino 2011-10-06 11:35:33 +02:00 committed by Manuel Rego Casasnovas
parent 8d05620aff
commit 47c9140daa

View file

@ -70,6 +70,7 @@ public class I18nHelper {
if (execution != null) {
Charsets.setPreferredLocale((HttpSession) execution.getSession()
.getNativeSession(), getUserLocale());
Locales.setThreadLocal(getUserLocale());
}
}