The code I used and the error I am getting (screenshot attached)
<div onclick="event.stopPropagation();" id="translaterWidget"></div>
var ts = document.getElementById("translaterWidget");
ts.innerHTML = '<div id="MicrosoftTranslatorWidget"></div>';
ts.style.display = 'block';
setTimeout(function() {
var s = document.createElement("script");
s.type = "text/javascript";
s.charset = "UTF-8";
s.src = ((location && location.href && location.href.indexOf('https') == 0) ? "https://ssl.microsofttranslator.com" : "http://www.microsofttranslator.com") + "/ajax/v2/widget.aspx?mode=auto&from=en&layout=ts";
var p = document.getElementsByTagName('head')[0] || document.documentElement;
p.insertBefore(s, p.firstChild);
}, 0);
Error
_mste3("TranslateApiException: IP is over the quota: ID=0642.V2_Json.TranslateArray.16B1A559");