vue-i18next
vue-i18next copied to clipboard
How to watch language changing?
Need sth like below
watch: {
'$i18n.locale': {
handler() {
}
}
}
Does this work?