IDEMPIERE-2082 : keeping JVM locale to server locale

This commit is contained in:
Deepak Pansheriya 2014-07-30 21:30:26 +05:30
parent d41e69f6c6
commit ef8b4f6434
1 changed files with 0 additions and 4 deletions

View File

@ -493,10 +493,6 @@ public class LoginPanel extends Window implements EventListener<Event>
{ {
Language language = findLanguage(langName); Language language = findLanguage(langName);
// Locales
Locale loc = language.getLocale();
Locale.setDefault(loc);
if (email_login) if (email_login)
lblUserId.setValue(Msg.getMsg(language, "EMail")); lblUserId.setValue(Msg.getMsg(language, "EMail"));
else else