the language prop not work
hi guys , thanks fro this great plugin
the language not work, its not effect on the recptcha wigidt
ah this image you can see the the chalenge is in english (default), buy the selected lang by props is 'ih' -> Hindi

the code look like this
<vue-recaptcha
language="hi"
@verify="submit"
ref="invisibleRecaptcha"
:sitekey="$store.state.appMetaData.siteKey"
size="invisible">
</vue-recaptcha>
It only work if you also set loadRecaptchaScript to true
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
what is said here didn't work for me and language didn't change
language="fa"
:loadRecaptchaScript="true"
instead this method worked fine and I got recaptcha in my desire language putting this script in index.html head with parameter &hl=fa at the end and also :loadRecaptchaScript="true" must be removed from the template
<script src="https://www.google.com/recaptcha/api.js?onload=vueRecaptchaApiLoaded&render=explicit&hl=fa" async defer>
</script>
find your language code here: https://developers.google.com/recaptcha/docs/language