Notifications
Clear all

Limited Support

Our support team is currently on holiday from December 25, 2025 to January 7, 2026, and replies may be delayed during this period.

We appreciate your patience and understanding while our team is away. Thank you for being part of the wpForo community!

Merry Christmas and Happy Holidays! 🎄

wpForo 1.x.x [Solved] Google reCAPTCHA language

5 Posts
2 Users
1 Reactions
1,234 Views
Posts: 4
Topic starter
(@hamid)
Active Member
Joined: 5 years ago

hi

How can I change the Google reCAPTCHA language to Persian?


4 Replies
Tutrix
Posts: 1521
(@tutrix)
Noble Member
Joined: 6 years ago

@hamid

Google reCAPTCHA uses the language of your browser.

If you use Persian language in your browser, Google reCAPTCHA is also in Persian.


Posts: 4
Topic starter
(@hamid)
Active Member
Joined: 5 years ago

@tutrix

Thank you, but what should I do if I always want to be Persian?
Because we provide services only in Persian languages and many of them use English language browsers.


Tutrix
Posts: 1521
(@tutrix)
Noble Member
Joined: 6 years ago

@hamid

You can put the following script in the header.php of your Wordpress theme

between the head tags <head></head>

<script src='https://www.google.com/recaptcha/api.js?hl=fa'></script>

Example the header.php from the twentytwentyone Theme

<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<script src='https://www.google.com/recaptcha/api.js?hl=fa'></script>
<?php wp_head(); ?>
</head>

you can find more information here reCAPTCHA Guides

 


Posts: 4
Topic starter
(@hamid)
Active Member
Joined: 5 years ago

Thank you

😉 😉 😉 😉Â