public interface AppTranslationService
| Modifier and Type | Method and Description |
|---|---|
void |
exportTranslations(String appModelId,
OutputStream outputStream,
com.google.common.net.MediaType format)
Exports translations of models within App model
|
void |
importTranslations(String appModelId,
File appTranslationsZipFile,
String comment,
com.google.common.net.MediaType format)
Imports translations for models within App model
|
void exportTranslations(String appModelId, OutputStream outputStream, com.google.common.net.MediaType format) throws IOException
Exports translations of models within App model
appModelId - App model global IdoutputStream - output stream to exportformat - IOExceptionvoid importTranslations(String appModelId, File appTranslationsZipFile, String comment, com.google.common.net.MediaType format) throws IOException
Imports translations for models within App model
appModelId - App model global IdappTranslationsZipFile - imported translation zip filecomment - import commentformat - IOExceptionCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.