Commit 86693806 by Kang Donghun

multilingual support

parent bd0b751c
...@@ -164,6 +164,7 @@ LOGIN.processLogin = function () { ...@@ -164,6 +164,7 @@ LOGIN.processLogin = function () {
var accountPath = ''; var accountPath = '';
var loginId = ''; var loginId = '';
var password = ''; var password = '';
var language = I18N.getCurrentLanguage();
loginId = $('#txtAccId').val(); loginId = $('#txtAccId').val();
...@@ -178,6 +179,7 @@ LOGIN.processLogin = function () { ...@@ -178,6 +179,7 @@ LOGIN.processLogin = function () {
loginId: loginId, loginId: loginId,
password: password, password: password,
urlpath: accountPath, urlpath: accountPath,
language: language,
}; };
// Set sid for login, this will be checked authoring 2 sessions // Set sid for login, this will be checked authoring 2 sessions
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment