Google Translate alternatives

I’ve moved to Brave for it’s privacy centric outlook, but was surprised to find Google Translate service being recommended to me in the search bar.

Is there a good alternative (Microsoft Translator?), and could Brave default to recommending that or give a few recommended options as with Search engines?

for the recommendation if you check you will see that the default search engine that brave use is google which is unexpected from my view but at least they offer alternative options so you can choose from

Yes, well I completely agree, I use Duck Duck Go personally.
But my question was about an alternative to Google Translate, and why should Brave be prompting users to use it?

1 Like

i agree with you also hope we get clear answer

1 Like

Usually I used bookmarklets:

  1. Google
    javascript:var%20t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var%20e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/?text='+t+'&hl=auto&langpair=auto|auto&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+encodeURIComponent(location.href)+'&hl=auto&langpair=auto|auto&tbb=1&ie='+e;};

  2. Bing
    javascript:q=(document.location.href);void(open('https://www.microsofttranslator.com/bv.aspx?from=&to=auto&a='+escape(q),'_self','resizable,location,menubar,toolbar,scrollbars,status'));

  3. Yandex
    javascript:q=(document.location.href);void(open('https://translate.yandex.com/translate?lang=auto-auto&url='+escape(q),'_self','resizable,location,menubar,toolbar,scrollbars,status'));

You can just save it as a bookmark and click when you need to translate a website.

thanks for the info you share but his question was about he want a recommended translator that respect privacy as google and bing (microsoft) yandex does not respect that

and he also wonder why we got a google translator as recommendation

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.