diff --git a/app/views/contact_us/contacts/_new_left.html.erb b/app/views/contact_us/contacts/_new_left.html.erb
index 3e67a5ce7..809606dc3 100644
--- a/app/views/contact_us/contacts/_new_left.html.erb
+++ b/app/views/contact_us/contacts/_new_left.html.erb
@@ -37,7 +37,7 @@
<% if !user_signed_in? && Rails.configuration.x.recaptcha.enabled then %>
<%= label_tag(nil, _('Security check')) %>
- <%= recaptcha_tags %>
+ <%= recaptcha_tags(hl: @current_locale) %>
<% end %>
<%= f.button(_('Submit'), class: "btn btn-default", type: "submit") %>
diff --git a/app/views/devise/passwords/edit.html.erb b/app/views/devise/passwords/edit.html.erb
index b658a735b..6e380782c 100644
--- a/app/views/devise/passwords/edit.html.erb
+++ b/app/views/devise/passwords/edit.html.erb
@@ -28,7 +28,7 @@
<% if Rails.configuration.x.recaptcha.enabled %>
<%= label_tag(nil, _('Security check')) %>
- <%= recaptcha_tags %>
+ <%= recaptcha_tags(hl: @current_locale) %>
<% end %>
diff --git a/app/views/shared/_create_account_form.html.erb b/app/views/shared/_create_account_form.html.erb
index 531d45825..065c21e6e 100644
--- a/app/views/shared/_create_account_form.html.erb
+++ b/app/views/shared/_create_account_form.html.erb
@@ -44,7 +44,7 @@
<% if Rails.configuration.x.recaptcha.enabled %>
<%= label_tag(nil, _('Security check')) %>
- <%= recaptcha_tags %>
+ <%= recaptcha_tags(hl: @current_locale) %>
<% end %>
<%= f.button(_('Create account'), class: "btn btn-default", type: "submit") %>