public interface PrintTranslatorService
Translators used for translating html text into tagged text.| Modifier and Type | Method and Description |
|---|---|
Translator |
getDefaultTranslator()
This method should be used for fetching the default
Translator which will then be used to translate html text into
tagged text when pushing hybris comments and jobs to InDesign. |
String |
localize2ClientLanguage(String key,
Object[] arguments)
This method should localize the given localization key into the client's language.
|
String |
translateTaggedText2Html(List<String> taggedText)
This method translates a list of InDesign tagged text into html text.
|
Translator getDefaultTranslator()
Translator which will then be used to translate html text into
tagged text when pushing hybris comments and jobs to InDesign.Translator for translating textString localize2ClientLanguage(String key, Object[] arguments)
key - The localization key.arguments - Additional arguments which may be replaced in the translated localization key.String translateTaggedText2Html(List<String> taggedText)
TaggedText2HtmlTranslator may be used.taggedText - A list of InDesign tagged text for translationCopyright © 2017 SAP SE. All Rights Reserved.