Skip to main content
WCAG success criterion · Understandable

3.1.2 Language of Parts

Guideline 3.1 Readable. Level AA, part of WCAG 2.0 and every later version.

ADA compliance guide

What this criterion requires

Passages in a different language from the page default must be marked with their own lang attribute, except proper names and technical terms.

Who it helps

Screen reader users, so the right voice reads each passage.

Example: fails vs passes

Fails
<p>As they say, "plus ca change, plus c'est la meme chose".</p>
Passes
<p>As they say, <span lang="fr">"plus ca change, plus c'est la meme chose"</span>.</p>

Mark language changes so the right pronunciation rules apply. Proper names are exempt.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 3.1.2?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial