Translation of reCAPTCHA text

Takerian

New Member
My reCAPTCHA text isn't translated to the language set in 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?
 
Top