fbpx
Skip to content
Questions & AnswersCategory: QuestionsMultiple Flags for the same language
Leah asked 8 years ago
Can I have multiple flags point at one language? For instance if I need French visitors to select the french flag to see my site in French. And I need French Canadian visitors to see a Canadian flag which translates to French also. Basically - two flags pointing at one language. Is that possible without duplicating the text?
1 Answers
Dave Hilditch Staff answered 8 years ago

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>

We use cookies

We use cookies for various things on our site, including our on-site chat bubble (if you use it), our comment forms (if you use them) and for session handling (if you log in).

Other than that, we use cookies to identify where traffic came from to help us understand which traffic turns into sales, we use a cookie for Google Analytics traffic analysis and we use a cookie to customise adverts for our own products we think you'll be interested in.

You can read more detail in our privacy policy page. Please click 'Accept' or 'Decline' to continue.