TSConfig reference 

Page TSConfig 

localization.enableDeepL 

Datatype
boolean
Description
Enables the translation using DeepL in the user interface. Note that DataHandler translations are not affected by these options.
Default
1
Example
mod {
   web_layout {
       localization.enableDeepL = 1
   }
   web_list {
       localization.enableDeepL = 1
   }
}
Copied!