reCAPTCHA language on multilingual site
Posted: Sun Jan 05, 2014 10:29 am
Hi
Is there a possibility to change reCAPTCHAs language on multilingual site? I have tried:
-> in template but it did not work.
Thank You
Is there a possibility to change reCAPTCHAs language on multilingual site? I have tried:
Code: Select all
<__script__ type="text/javascript">
var RecaptchaOptions = {
lang : 'fr',
};
</__script>Thank You