Dec 27, 2020 12:51 am
hi
How can I change the Google reCAPTCHA language to Persian?
4 Replies
Dec 27, 2020 8:44 am
Google reCAPTCHA uses the language of your browser.
If you use Persian language in your browser, Google reCAPTCHA is also in Persian.
Dec 27, 2020 5:18 pm
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.
Dec 27, 2020 5:34 pm
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
Dec 28, 2020 5:28 am
Thank you
😉 😉 😉 😉