Deep LTranslate Text Sync Method
call DeepL API to translate the text from source_lang to target_lang (synchrone - current thread is freezed during process)
function DeepLTranslateTextSync(auth_key: string; source_lang: string; target_lang: string; text: string; split_sentences: string = '1'; preserve_formatting: string = '0'; formality: string = 'default'): string
Parameters
- auth_key
- Type: System.string
- source_lang
- Type: System.string
- target_lang
- Type: System.string
- text
- Type: System.string
- split_sentences
- Type: System.string
- preserve_formatting
- Type: System.string
- formality
- Type: System.string
Return Value
Type: System.string
look at https://www.deepl.com/docs-api/translating-text/response/