Documentation Center

Application configuration for Translation Builder

To configure or customize Translation Builder, modify the application's appsettings.json file.

Translation Builder's appsettings.json file is located on the Content Manager server in the following folder: C:\InfoShare\App\TranslationBuilder\Bin\

The following table describes the available parameters, which are located in the TranslationBuilder section.

NameDescriptionValue
MaxObjectsInOnePushTranslationMaximum number of objects in a single push translation.Default: 1000
MaxTranslationJobItemsCreatedInOneCallMaximum number of items created in a single transaction.Default: 10000
MaxTranslationJobItemsUpdatedInOneCallMaximum number of items updated in a single transaction.Default: 100

Maximum allowed: 999

CompletedJobLifeSpanThe time after which the completed/cancelled job is deleted.90.00:00:00
JobProcessingTimeoutThe time that a job can be processed by a single step without updating the job lease before it is considered dead.Default: 01:00:00
UserNameThe name of the user to access Content Manager.This value is initialized from install parameters.
PasswordThe password of the user to access Content Manager.This value is initialized from install parameters.
JobPollingInterval Interval at which jobs are polled for processing.Default: 00:05:00
PendingJobPollingIntervalInterval at which jobs that are pending the push translations are polled for processing.Default: 00:15:00
UpdateLeasedByPerNumberOfItems Number of items that have to be updated before the translation job is updated.Default: 100