reCAPTCHA language in multisite network
Hi,
I’m using multisite network for my Bilangual site. The default language of reCAPTCHA is French and it’s fine for my French site but I cannot manage to change the language for the Arabic version (even if the browser language is set to arabic).
As per reCAPTCHA documentation, it is possible to change the default language by adding the following code (Romanian for instance)
<script type="text/javascript">
var RecaptchaOptions = {
lang : 'ro',
};
</script>
But in classipress we can only set up the private and public keys. Is there a way to add this piece of code to my Arabic site (lang : 'ar') ?
Thank you