diff --git a/themes/bs3/templates/page.html b/themes/bs3/templates/page.html
index 950a6407b6132377390f449c327290183c390644..dbc24ad80e9e57fce5d54cab9b7ba222a41f610c 100644
--- a/themes/bs3/templates/page.html
+++ b/themes/bs3/templates/page.html
@@ -28,7 +28,7 @@
 {% endblock %}
 
 {% block content %}
-    <section id="content" class="body">
+<section id="content" class="body" lang="{{page.lang}}">
         <h1 class="entry-title">{{ page.title }}</h1>
         {% import 'includes/translations.html' as translations with context %}
         {{ translations.translations_for(page) }}