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.
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.