Interface TranslationContext
public interface TranslationContext
The translation context.
- Since:
- 5.2.33
- 
Method SummaryModifier and TypeMethodDescription@NotNull SpecialistsBrokerA request local specialists broker, providing access to client operations.@NotNull GomFormElementThe definition of the editor the content should be translated for.@NotNull LanguageThe language of the content to translate.@NotNull LanguageThe target language the translation should be done for.
- 
Method Details- 
getBrokerA request local specialists broker, providing access to client operations.- Returns:
- Request local broker.
- Since:
- 5.2.33
 
- 
getSourceLanguageThe language of the content to translate.- Returns:
- The source language.
- Since:
- 5.2.33
 
- 
getTargetLanguageThe target language the translation should be done for.- Returns:
- The target language.
- Since:
- 5.2.33
 
- 
getGomElementThe definition of the editor the content should be translated for.- Returns:
- The related form element.
- Since:
- 5.2.33
 
 
-