Interface TranslationContext
public interface TranslationContext
The translation context.
- Since:
- 5.2.33
-
Method Summary
Modifier and TypeMethodDescription@NotNull SpecialistsBroker
A request local specialists broker, providing access to client operations.@NotNull GomFormElement
The definition of the editor the content should be translated for.@NotNull Language
The language of the content to translate.@NotNull Language
The target language the translation should be done for.
-
Method Details
-
getBroker
A request local specialists broker, providing access to client operations.- Returns:
- Request local broker.
- Since:
- 5.2.33
-
getSourceLanguage
The language of the content to translate.- Returns:
- The source language.
- Since:
- 5.2.33
-
getTargetLanguage
The target language the translation should be done for.- Returns:
- The target language.
- Since:
- 5.2.33
-
getGomElement
The definition of the editor the content should be translated for.- Returns:
- The related form element.
- Since:
- 5.2.33
-