Interested in adding translations to your website, but don't want to hire translators. Google Translate has a service that will translate your website for you. Simply add a drop down that points users to Google Translate and magically, your users can access the translated version!
The easiest way to generate the urls is to just go to http://translate.google.com and use the service to translate a website. You can then copy the url you are redirected to into the value of your option in the select dropdown.
If you copy and paste the below code to your own site, you'll find it redirects you to a translated version of digg. So become an international site overnight and add this to your site!
<script language="JavaScript"><br /><!-- function goto(form) { var index=form.select.selectedIndex if (form.select.options[index].value != "0") {
location=form.select.options[index].value;}} //--><br /></script>
<form name="form1">
<select name="select" onchange="goto(this.form)" size="1">
<option value="">-------Choose a Languag -------</option>
<option
value= "http://translate.google.com/translate?u=http%3A%2F%2F
www.digg.com&langpair=en%7Car&hl=en&ie=UTF8">Arabic</option><option
value= "http://translate.google.com/translate?u=http%3A%2F%2F
www.digg.com&langpair=en%7Cde&hl=en&ie=UTF8">German</option><option
value= "http://translate.google.com/translate?u=http%3A%2F%2F
www.digg.com&langpair=en%7Cpt&hl=en&ie=UTF8">Portuguese</option><option
value= "http://translate.google.com/translate?u=http%3A%2F%2F
www.digg.com&langpair=en%7Czh-TW&hl=en&ie=UTF8">Chinese Traditional</option><option
value= "http://translate.google.com/translate?u=http%3A%2F%2F
www.digg.com&langpair=en%7Cru&hl=en&ie=UTF8">Russian</option><option
value= "http://translate.google.com/translate?u=http%3A%2F%2F
www.digg.com&langpair=en%7Ces&hl=en&ie=UTF8">Spanish</option><option
value= "http://translate.google.com/translate?u=http%3A%2F%2F
www.digg.com&langpair=en%7Cja&hl=en&ie=UTF8">Japanese</option><option
value= "http://translate.google.com/translate?u=http%3A%2F%2F
www.digg.com&langpair=en%7Cfr&hl=en&ie=UTF8"> French
</option></select>
</form>
Thursday, August 2, 2007
Instant Translations for any website using Google Translate.
Posted by Socratic Cyborg at 9:54 PM
Subscribe to:
Post Comments (Atom)
1 comment:
Way to go Cyborg!
Good start :)
Post a Comment