Quantcast
Channel: Microsoft Translator User Forum (Including Bing Translator) forum
Viewing all articles
Browse latest Browse all 529

How do you suppress the controls that are returned from the Bing Translate widget?

$
0
0

I know that there are other questions that are similar to this one but I am confused by this and feel some of the data is out of date.

One answer pointed to the bing translate page for an option but it doesn't really help.

There are three pieces that come back from the Bing Translate widget creation one was a button that I was able to suppress it from showing up, second that shows up while the Translation is occurring and the third is a hover option.  I want to be just be able to send the language of the site and language I want it to be translated into and not allow the users of the site to touch anything.  Does the paid version give more options to supress these?  Can they be suppressed completely? 

Nothing in at http://www.bing.com/widget/translator/ gives any option to do this.  One item looks like it would suppress the Improve translation piece but it doesn't really all of the way.  It just suppresses the option to

My JavaScript that I place into a site.master page.  This works to translate the page but with some undesired results.

<script src="http://www.microsoftTranslator.com/ajax/v3/WidgetV3.ashx?siteData=mySiteData&ctf=False&ui=False"

type="text/javascript"></script><script type="text/javascript"> document.onreadystatechange = function () { if (document.readyState == 'complete') { Microsoft.Translator.Widget.Translate('en', 'es'); } } </script>


Any help would be appreciated.

Thanks


Viewing all articles
Browse latest Browse all 529

Trending Articles