Description: Translate current page to Traditional Chinese
中文(繁體) ← 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.tw/translate_t?text='+t+'&hl=zh-TW&langpair=auto|zh-TW&tbb=1&ie='+e,"translate","width=600,height=600");}else{window.open('http://translate.google.com.tw/translate?u='+escape(location.href)+'&hl=zh-TW&langpair=auto|zh-TW&tbb=1&ie='+e,"translate","width=600,height=600");};