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