[Bug #870] NavalPlan appears in English if browser is configured with es-es

FEA: ItEr70S04BugFixing
This commit is contained in:
Diego Pino Garcia 2011-02-21 11:30:28 +01:00
parent de1d37ee61
commit 0cc3a2a87f

View file

@ -46,7 +46,8 @@ public class I18nHelper {
org.xnap.commons.i18n.I18nFactory.FALLBACK);
// The language returned is not the same as the requested by the user
if (!locale.equals(i18n.getResources().getLocale())) {
if (!locale.getLanguage().equals(
i18n.getResources().getLocale().getLanguage())) {
// Force it to be default language
i18n = getDefaultI18n();
}