CentBrowser Forum
[SUGGESTION] Bing Translate - Printable Version

+- CentBrowser Forum (https://www.centbrowser.net/en)
+-- Forum: Product Related (https://www.centbrowser.net/en/forumdisplay.php?fid=1)
+--- Forum: Bugs & Suggestions (https://www.centbrowser.net/en/forumdisplay.php?fid=4)
+--- Thread: [SUGGESTION] Bing Translate (/showthread.php?tid=1851)



[SUGGESTION] Bing Translate - JenN - 12-30-2017

Google Translate is fast, but very inaccurate.

Bing is preferred when you need accuracy, but is slower.

There is a web translator for Bing, but it can't translate pages that aren't publicly viewable.

However, someone figured out a way to translate pages with Bing that can translate pages that need authentication, but it's Firefox only.

https://github.com/jeremiahlee/page-translator


RE: [SUGGESTION] Bing Translate - Admini - 12-30-2017

You can use a bookmarklet instead. e.g.:
javascript:var url=window.location.href;window.location.href="http://www.microsofttranslator.com/bv.aspx?to=en-US&r=true&a="+encodeURIComponent(url);
Just replace en-US with your target locale.