If content is included in a different language to the main language, then the foreign language must be indicated with the lang
attribute.
For example, in the case of a page in French:
<ul> <li>English version</li> <li><a href="http://website.fr" lang="fr">Version française</a></li> </ul>
If there is no specific tag that encompasses the content in a foreign language, then use the <span>
or <div>
tag and specify the lang
attribute within it.
Indicating a language change is not necessary for: