Description: Translate current page to French
Français ← Drag this button to your bookmarklet toolbar.
Tap → Add Bookmark → Save.
javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=''){window.open('http://translate.google.com/translate_t?text='+t+'&hl=fr&langpair=auto|fr&tbb=1&ie='+e,"translate","width=600,height=600");}else{window.open('http://translate.google.com/translate?u='+escape(location.href)+'&hl=fr&langpair=auto|fr&tbb=1&ie='+e,"translate","width=600,height=600");};