leonardovilarinho/vue-multilanguage

Current language is not changing

Closed this issue · 2 comments

Hi. I want to trigger current language.

currentLang() {
return this.$ml.current;
},

But it is staying unchanged

Hi, sorry for the delay,
I was not able to replicate this behavior, here it is always updated. Can you give more details of your application? An example of the component tree? This may be related.

But see if you are using the latest version of the package, because before we had a similar bug but it was fixed.

After some times it worked using computed property