Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Language" content="en-US, en-GB, ko, en-CA">
</head>
<body>
<textarea id="none">root en-US and en-GB</textarea>
<textarea id="en-GB" lang="en-GB">root multiple, but element only en-GB</textarea>
<textarea id="en-ZA-not-avail" lang="en-ZA">root multiple en, but element en-ZA (which is not installed)</textarea>
<textarea id="en" lang="en">root multiple en, but element en</textarea>
<textarea id="ko-not-avail" lang="ko">root multiple en, but element ko (which is not installed)</textarea>
</body>
</html>