recaptcha-module icon indicating copy to clipboard operation
recaptcha-module copied to clipboard

add ability to change language

Open olehpryimak1999 opened this issue 3 years ago • 5 comments

Hi all, Please add the ability to change the language during program execution

olehpryimak1999 avatar May 13 '21 14:05 olehpryimak1999

Just had the same requirement - I think this should do it: mounted() { // dynamic set recaptcha language this.$recaptcha.language = this.$i18n.locale; },

jbaseas avatar Jun 14 '21 16:06 jbaseas

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

putuyoga avatar Jul 01 '21 09:07 putuyoga

@mvrlin I think this can be closed. Setting the language even in beforeCreate on the layout works for me.

dargmuesli avatar Jun 13 '22 22:06 dargmuesli