﻿var lTitle;
var lCaption;
var lPsw;
var lUser;
var lCkCd;
var hpCaption;
var lNoUser;
var lNoPsw;
var lInCkCd;
var lErUser;
var erCaption;
var lErMsg;
var lLding;
var lCkDis;
var lCkCdEr;
var lUserEr;
var lUserOrPswEr;
var lAcnt;
var msgCaption;
var msgConnTimeOut;
var mYes;
function SetLFLang(nLang) {
 
            lTitle = "Login";
            Message_Caption = "Message";
            lCaption = "User Login";
            lPsw = "Password:";
            lUser = "User Name:";
            lCkCd = "Verify Code:";
            hpCaption = "Home Page";
            lNoUser = "Your username is required...";
            lNoPsw = "Password is required...";
            lInCkCd = "Verify code is required...";
            lErUser = "This filed should be an e-mail address in the format: user@163.com...";
            erCaption = "Error";
            mYes = 'Yes';
            lErMsg = "The Username and Password and Verify Code fields are both required!!!";
            lLding = "Checking User name and Password,please wait...";
            lCkDis = "Your browser setting STOP Cookie,but this System must run by Cookie,Please set browser can use Cookie...";
            lCkCdEr = "Validate code error,please input the right code...";
            lUserEr = "The User Name is Invalid,please input again...";
            lUserOrPswEr = "User Name or Password maybe error,please input again...";
            lAcnt = "Experience-->UserName: demo@163.com Password: 123456";
            msgConnTimeOut = "Get Data from server time out,please try it another time.";
          
}
