diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 618534c1..af298798 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -2,7 +2,7 @@ - MaxKey is leading-edge Identity and Access Management System-Single Sign On(SSO) + MaxKey is leading-edge Identity and Access Management System-Single Sign On(SSO) @@ -32,7 +32,10 @@ if(!currentLang){//判断IE浏览器使用语言 currentLang = navigator.browserLanguage; } - alert(currentLang); + + if(currentLang.substr(1,2).toLowerCase()=="zh"){ + document.getElementById("maxkey_title").innerHTML="MaxKey-业界领先的企业级IAM身份管理和身份认证产品"; + }