Title: reCAPTCHA localization
Last modified: September 1, 2016

---

# reCAPTCHA localization

 *  [mknaf](https://wordpress.org/support/users/mknaf/)
 * (@mknaf)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-localization/)
 * I suggest there should be an option for reCAPTCHA to be in a certain locale. 
   I have a site using Bogo with multiple translations, and when having a contact
   form in different languages, the captcha should be localized as well.
 * As far as I understand, the reCAPTCHA can be localized calling
 *     ```
       <script type="text/javascript">
       var RecaptchaOptions = {
       lang : 'fr'
       };
       </script>
       ```
   
 * before rendering for French (`fr`) for example. I think it would be nice to have
   the locale as an argument to the reCAPTCHA field in Contact Form 7 instead of
   having to fumble with php files, themes and whatnot.
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * (@takayukister)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-localization/#post-7715746)
 * It’s not that easy because reCAPTCHA has a different language code table.
 * See [https://developers.google.com/recaptcha/docs/language](https://developers.google.com/recaptcha/docs/language)

Viewing 1 replies (of 1 total)

The topic ‘reCAPTCHA localization’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [locale](https://wordpress.org/support/topic-tag/locale/)
 * [Localization](https://wordpress.org/support/topic-tag/localization/)
 * [reCAPTCHA](https://wordpress.org/support/topic-tag/recaptcha/)

 * 1 reply
 * 2 participants
 * Last reply from: [Takayuki Miyoshi](https://wordpress.org/support/users/takayukister/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/recaptcha-localization/#post-7715746)
 * Status: not a support question