Google Translate操作與網址

使用 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

[Android]雙開君-讓你的Line和社群帳號可以同分身

在 Android 系統下, 有個很迷人的功能, 就是可以雙開, 兩個帳號, 同一個應用程式(App), 目前做得最好的是 Google 系列的應用程式, 不過若原來的 App 就不支援多帳號時, 如 Line, Facebook 等, 那要怎麼做呢, 就是利用雙開程式.

像小米手機的 MIUI 就有內建這樣的功能, 若手機不是小米, 也想使用這樣的功能, 我們就用第三方工具來進行, 但一般的程式又擔心有風險, 現在不用擔心, 防毒軟體大廠趨勢出了一個雙開程式, 雙開君:

官方連結:  https://play.google.com/store/apps/details?id=com.trendmicro.tmas

實際上使用也十分方便, 第一次建立要雙開的應用程式會需要一點時間複製, 之後就可以順利開啟, 而雙開的應用程式也都可以同時運作, 真的很方便好用呢.