diff --git a/src/js/app/index.js b/src/js/app/index.js
index 69e1fdce..8bcb0acc 100644
--- a/src/js/app/index.js
+++ b/src/js/app/index.js
@@ -88,6 +88,9 @@ var vcsModeRefresh = function(eventData) {
var intlRefresh = function() {
if (!window.$) { return; }
+ var countryCode = LocaleStore.getLocale().split("_")[0];
+ $("html").attr('lang', countryCode);
+ $("meta[http-equiv='content-language']").attr("content", countryCode);
$('span.intl-aware').each(function(i, el) {
var intl = require('../intl');
var key = $(el).attr('data-intl');
@@ -328,4 +331,3 @@ exports.getLevelDropdown = function() {
};
exports.init = init;
-
diff --git a/src/template.index.html b/src/template.index.html
index e788eb41..5fbc5fd6 100644
--- a/src/template.index.html
+++ b/src/template.index.html
@@ -12,6 +12,7 @@
+
@@ -458,7 +459,7 @@
Pick
-
+