Modify setLoginLanguage to be consistent with the new getLoginLanguage behaviour.

(transplanted from 507eb500e01895042411ae0e22cbee5d746286ce)
This commit is contained in:
Heng Sin Low 2011-08-22 23:08:36 +08:00
parent 411eedc398
commit 70f93229ad
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ public class Language implements Serializable
if (language != null)
{
Env.setContext(Env.getCtx(), Env.LANGUAGE, language.getAD_Language());
log.config(s_loginLanguage.toString());
log.config(language.toString());
}
} // setLanguage