The library exposes the following actions
Retrieves account usage metrics of the DeepL account
Input parameters
authKey
Result
DeepLAccountUsage
Translate text to a specified and supported target language
texts
sourceLang
targetLang
glossaryId
preserveFormatting
formality
tagHandling
List of DeepLTextTranslation
Translate a document to a specified and supported target language
inputFile
inputFileName
translatedDocument
CreateGlossary
Create a new glossary
name
entries
glossaryInfo
Permanently deletes a glossary
Retrieve details of a glossary
Retrieve the glossary entries of a glossary
glossaryEntries
Retrieve all glossaries in the account
glossaries
Returns supported languages as source
sourceLanguages
Returns supported languages as target
targetLanguages
Check the demo application on how to apply the features in your application.
Source code of external logic library is available here stefan-d-p/odc-deepl-library: DeepL SDK External Logic Library for OutSystems Developer Cloud (github.com)