Hi everyone
I am trying to change my snipcart language to vi.json (Vietnamese) but it doesn’t work. I checked and the vi.json file on Github has the correct naming scheme base on the ISO 639-1 standard.
I tried to troubleshoot by setting it to fr.json and it worked for that.
So I am really not sure what the issue is. Here is the script
<script>
document.addEventListener('snipcart.ready', function() {
Snipcart.api.session.setLanguage('vi');
});
</script>
Any help is appreciated