Replies: 0
Hi there,
I have recaptcha working on our WordPress site currently, and I see a JavaScript option for language:
<script type=”text/javascript”>
var RecaptchaOptions = {
lang : ‘fr’,
};
</script>
However, I’m trying to see if there’s a way to set this in the shortcode that gets set, like: [recaptcha lang:fr] however I don’t seem to be able to do so…
Is there a way to do this?
Cheers,
codeward