String appTranslateText(String text) { if (coreOptions.translateText != null) { return coreOptions.translateText(text); } return text; }