Modify setLoginLanguage to be consistent with the new getLoginLanguage behaviour.
(transplanted from 507eb500e01895042411ae0e22cbee5d746286ce)
This commit is contained in:
parent
411eedc398
commit
70f93229ad
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue