recaptcha-module
recaptcha-module copied to clipboard
add ability to change language
Hi all, Please add the ability to change the language during program execution
Just had the same requirement - I think this should do it: mounted() { // dynamic set recaptcha language this.$recaptcha.language = this.$i18n.locale; },
Just had the same requirement - I think this should do it: mounted() { // dynamic set recaptcha language this.$recaptcha.language = this.$i18n.locale; },
I can confirm it's working. We can put it on layouts/default.vue
file
@mvrlin I think this can be closed. Setting the language even in beforeCreate
on the layout works for me.