Industry guru Dave Taylor answers free tech support questions about a wide variety of business and technical topics, including blogging, Google AdSense, MySpace, Sony PSP, Apple iPod, Mp3 players, management, Linux, SEO, Mac OS X, Facebook, Twitter, LinkedIn and Microsoft Windows.

How can I add "translate into" country flags to my pages?

I just saw your cool article on how to add a pull-down menu letting people translate the pages of my Web site into any of a dozen different languages (see make your site available in multiple languages) but I would prefer to have tiny little flags for different languages and when someone clicks on the flag, the page is translated into that language. Know what I mean? Can you do that and still use Google Translate?


Dave's Answer:

Sounds to me like a delightful coding challenge for me to sink my teeth into. Lightweight, simple, but darn interesting.

As you'll recall from reading the earlier article on language translation scripting, the code is basically a select with an onSelect Javascript event handler. If we want to make this same action occur on the click of a graphic instead, we'll need to use the onClick event and let's try putting that direction into an img tag.

I'l save you the fiddling and just jump to the code:

<img src="french-button.jpg" alt="French" name="translate" onClick="javascript:window.location='http://www.google.com/translate_c?hl=en&langpair=en%7Cfr&u=' + window.location.href;" />

A bit of digging around and it turns out that there's a nice little French flag icon on Wikipedia with the url http://upload.wikimedia.org/wikipedia/commons/d/db/FranceFlag-ico.png. If we use this then the code looks like this:

<img src="http://upload.wikimedia.org/wikipedia/commons/d/db/FranceFlag-ico.png" alt="French" onClick="javascript:window.location='http://www.google.com/translate_c?hl=en&langpair=en%7Cfr&u=' + window.location.href;" />

and, live, works like this:

French

That gives you the gist of what you seek. The trick now is to figure out how to find a bunch of nice icons you can use. For that, I suggest you check out Google Image Search. To change the language of one of these links, replace "fr" with the two-letter language code you can glean from the earlier article's HTML code.

Me? I think I'll keep pushing on this idea and offer up some common language translation options here on AskDaveTaylor. Stay tuned for that...



Help others find this article at Del.icio.us, Digg, Netscape, Reddit, and Simpy.

Subscribe!

Never miss another useful Q&A article again! Subscribe to AskDaveTaylor with Google Reader.

Comments

I wanted to ask if this was what you were looking for with your flags that work with the translation module from Google. Top left corner of our site just click on the flag and "presto" the applicable translation. WWW.Hyperpcs.Com

Posted by: Robert "Butch" Greenawalt at February 14, 2008 5:39 PM

I have a lot to say, but ...
Starbucks coffee cup I have a lot to say, and questions of my own for that matter, but most of all I'd like to say thank you for all your efforts on this Web site by buying you a chai!

I do have a comment, now that you mention it!









Remember personal info?


Please note that I will never send you any unsolicited commercial email. Ever.

While I'm at it, please note that by submitting a question or comment you're agreeing to my terms of service, which are: you relinquish any subsequent rights of ownership to your material by submitting it on this site.









Search
Find just the answers you seek from among our 1700+ free tech support articles by using our Lijit search engine.


Help!





Subscribe to
Ask Dave Taylor!

Add to Google Reader
Add to My Yahoo!
Subscribe in NewsGator Online

RDF   XML

Free Updates!
Sign up and get free weekly updates and special offers on books, seminars, workshops and more.


Recent Entries
Join the List!
Join my author info mailing list, where you'll learn about my upcoming books, speaking gigs, and more!


Book Links
© 2002 - 2008 by Dave Taylor. All Rights Reserved.

Note: This web site is for the purpose of disseminating information for educational purposes, free of charge, for the benefit of all visitors. We take great care to provide quality information. However, we do not guarantee, and accept no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site.

[whiteboard marker tray]