0
のhttp-当量= "コンテンツ言語は"(element.lang = "")は動作しません
console.log("lang = " + document.documentElement.lang);
<html>
<head>
<meta http-equiv="content-language" content="es">
</head>
<body></body>
<html>
なぜ?
According to specification、ルート要素を含むノードでも、ノードの祖先のいずれかの、どちらがどちらかの属性が設定されている場合は、しかしプラグマ・セットのデフォルトの言語セットがあり、そのノードの言語です。
[古いmeta http-equiv = content-languageのHTML5代替とは何でしょうか?](http://stackoverflow.com/questions/8116812/what-is-the-html5-alternative-to- the-obsolete-meta-http-equiv-content-language) – Joe