Fix [2946164] - Report headers are not translated in ZK Client

http://sourceforge.net/support/tracker.php?aid=2946164
This commit is contained in:
Carlos Ruiz 2011-03-26 01:34:10 -05:00
parent 2dd881d020
commit 0edb77c973
1 changed files with 2 additions and 1 deletions

View File

@ -406,7 +406,8 @@ public class Language implements Serializable
*/ */
public static Language getLoginLanguage () public static Language getLoginLanguage ()
{ {
return s_loginLanguage; // return s_loginLanguage; // See bug [2946164]
return Env.getLanguage(Env.getCtx());
} // getLanguage } // getLanguage
/** /**