Takerian
New Member
My reCAPTCHA text isn't translated to the language set in
Now I solved it by adding custom code to the head section:
You must add
WPLANG
.Now I solved it by adding custom code to the head section:
Code:
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?ver=5.0.3&hl=cs" async defer></script>
You must add
hl
GET parameter with language code. Can you please make the translation automatic?