try {
WebCacheable wc =
new TranslationConverter(translationId, fromText);
Translation translation = (Translation)wc.convert("");
toText = translation.getToText();
if ((toText != null) && (toText.indexOf("Babel") != -1)) {
Logger.info(this, "Please manually check for errors.");