Yes – if you are following the guide on https://www.multilingualizer.com/support/ then just create an extra canadian flag which has the same javascript inside it with the correct number for French on your site (e.g. if you have English and French, it’s 0 for English and 1 for French).
<div class="language"><a href="#" onclick="languageClicked(0);"><img src="http://yourdomain.com/english.png" /></a></div> <div class="language"><a href="#" onclick="languageClicked(1);"><img src="http://yourdomain.com/french.png" /></a></div> <div class="language"><a href="#" onclick="languageClicked(1);"><img src="http://yourdomain.com/canadian.png" /></a></div>
Please login or Register to submit your answer