Hi @cla15,
Thanks for reaching out.
If this is a form you have made within Sendinblue, by default, the reCAPTCHA language will be dictated by the language of your Sendinblue account.
It is possible to modify the language – Google has a great walkthrough: https://developers.google.com/recaptcha/docs/display.
Please reach out with anything we can help with.
Thanks, Sarah
Thread Starter
cla15
(@cla15)
Hi,
Thanks for your reply.
But it’s not a message from recaptcha, it’s from Sendinblue plugin.
The recaptcha is in right language (FR). You can see here : https://pasteboard.co/JZp0USY.png
All content is in FR. Only the error message is in EN.
This message comes from sendinblue.php file :
if ( ! isset( $_POST['g-recaptcha-response'] ) || empty( $_POST['g-recaptcha-response'] ) ) {
wp_send_json(
array(
'status' => 'gcaptchaEmpty',
'msg' => 'Please click on the reCAPTCHA box.',
)
);
}
Changing the sendinblue account language will have no impact on the language of this text. In addition it is a multilingual site, we cannot base ourselves on the language of the Sendinblue account
So it will be great if you can make this message translatable, with
__('Please click on the reCAPTCHA box.') or something like that.
Thanks
-
This reply was modified 4 years, 11 months ago by
cla15.
Hello @cla15,
Thanks for your response.
Unfortunately, we do not manage reCAPTCHA nor the language it is displayed in.
I did find this article, which might provide further clarity: https://superuser.com/questions/1187822/how-to-change-recaptcha-language-on-websites
Let us know if we can be of further help!
Alice