使用 Google Translate 翻譯網站很方便, 但從介面上的操作很方便: https://translate.google.com.tw/ 但如何直接生成網址就能自動翻譯出結果呢?
使用方式如下:
https://translate.google.com.tw/translate?sl=auto&tl=en&u=[url]
其中
https://translate.google.com.tw/translate 為API服務
- sl=auto 自動偵測來源網站語言
- tl=en 翻成英文
- u=[url] 待翻譯的網頁網址
所以若需要把 yahoo 中文翻成英文, 可以使用:
https://translate.google.com.tw/translate?sl=auto&tl=en&u=https://tw.yahoo.com/
把白宮網站翻成中文, 可以使用:
https://translate.google.com.tw/translate?sl=auto&tl=zh_TW&u=https://www.whitehouse.gov/
而且之後的連結也會自動翻譯, 很實用呢.
Reference:
Translate API Language Support (包含語言代碼):
https://cloud.google.com/translate/docs/languages