diff --git a/app/views/articles/show.html.erb b/app/views/articles/show.html.erb
index 00e2ad373..a7b81a165 100644
--- a/app/views/articles/show.html.erb
+++ b/app/views/articles/show.html.erb
@@ -91,6 +91,7 @@
data-pinned-article-id="<%= @pinned_article_id %>"
data-published="<%= @article.published? %>"
data-scheduled="<%= @article.scheduled? %>"
+ <%= @article.language? ? "lang=#{@article.language}" : " " %>
<%= @article.pinned? ? "data-pinned" : " " %>>
<% if @article.video.present? %>
@@ -99,8 +100,8 @@
<% end %>