Use correct language attribute in html tag

One-sentence description

The lang attribute of the root html element is hardcoded to "en", this can be set to the LANGUAGE_CODE

Why?

The specification recommends it.

Current implementation

The value is hardcoded to "en"

Suggested implementation

Set the lang attribute to the current language code