How to set the language on a HTML page
April 10, 2015
To set the language on an HTML page use the lang attribute:
html
<html lang=”fr”>
You can add the lang attributes to other elements on the page, if there are in a different language.
Check W3.org for more details.