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.