3.1 Readable · Understandable
WCAG 3.1.2 Language of Parts
Level AA
When passages of content use a different language from the page default, mark them up with `lang` so the right voice and dictionary apply.
Common failures
- Foreign-language quotations use the page's default `lang`.
How to fix
- Wrap language-switched passages in `<span lang="...">`.
Related criteria
- WCAG 3.1.1 Language of Page Level A