|
I’ve managed to create 2 Store Views
The products have been translated.
However, in the frontend, nothing happens when I switch from one view to the other.
Also, in the html, I just see:
<select id="select-language" onchange="setLanguageCode(this.value, 'default')"> <option value="lvp_fr" >Français</option> <option value="lvp_nl" >Nederlands</option> </select>
which means that basically, the HTML doesn’t do a thing.
Anyone knows how to make sure that something happens when a user switches views?
Gr,
Charles
|