Problem

  • The JobScheduler setup sets the language for the e-mails coming from JobScheduler to the language of the setup, that was choosen in the first step of the setup.
  • Sometimes the language is wanted to be changed to another one.

Solution

Change the sytlesheet for the JobScheduler e-mail service to define a different language.

Please open the file $scheduler_data/config/scheduler_mail.xsl. Locate the line with

 <xsl:param name="lang" select="'de|en'"/>

and change this to e.g.

 <xsl:param name="lang" select="'en'"/> 

Please note that this change becomes active after restarting JobScheduler.