| Modifier and Type | Method and Description |
|---|---|
DataTranslationData |
getData(LanguageVO language,
DataTranslationType type)
Returns data for translating data of the given language and type.
|
DataTranslationTypeData |
getTypeData(LanguageVO language)
Returns information about available types for data translation
|
void |
translate(LanguageVO language,
java.util.List<DataTranslationDTO> translations)
Bulk saves translations.
|
DataTranslationData getData(@NotNull LanguageVO language, @NotNull DataTranslationType type) throws FrameworkException
FrameworkExceptionDataTranslationTypeData getTypeData(@NotNull LanguageVO language) throws FrameworkException
FrameworkExceptionvoid translate(@NotNull
LanguageVO language,
@NotNull
java.util.List<DataTranslationDTO> translations)
throws FrameworkException
FrameworkException