Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Make sure that a “lang” attribute has been specified in the markup on every web page.

Example:

<html lang="en">

Please see more detailed information on how to comply with this guideline.

Content Presented in a Different Language Than the Default Language

...

Code Block
<ul>
  <li><a href="..." lang="de">Deutsch</a></li>
  <li><a href="..." lang="it">Italiano</a></li>
  <li><a href="..." lang="fr">Français</a></li>
  ...
  <li><a href="..." lang="zh-hant">繁體中文</a></li>
</ul>

WCAG Related References

3.1.1 Language of Page (Level A)