mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Skylark: Fixed Http::SetLanguage
git-svn-id: svn://ultimatepp.org/upp/trunk@5820 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
95355203d4
commit
6945faa467
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ Http& Http::NewSessionId()
|
|||
|
||||
Http& Http::SetLanguage(int lang_)
|
||||
{
|
||||
Renderer::SetLanguage(lang);
|
||||
Renderer::SetLanguage(lang_);
|
||||
Upp::SetLanguage(lang_);
|
||||
SessionSet("__lang__", lang);
|
||||
SessionSet("language", ToLower(LNGAsText(lang)));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue