Skip to content
On this page

Google Translate the current page

Detected language to English

js
javascript: location.href =
  'https://translate.google.com/translate?sl=auto&tl=en&hl=en&u=' +
  escape(location.href);
1
2
3

Detected language to Chinese

js
javascript: location.href =
  'https://translate.google.com/translate?sl=auto&tl=zh-TW&hl=en&u=' +
  escape(location.href);
1
2
3

References

The code above was modified based on the code provided in the following page: