Hello,
I’m using the Javascript API to set the language like that:
document.addEventListener('snipcart.ready', function() {
Snipcart.api.session.setLanguage('fr');
});
I’m using Gridsome (A framework of Vue.js) I noticed that the setLanguage
is not working during navigation but only when I refresh the pages.
How can I Fix this problem?
Thanks