You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Problem

  • The JobScheduler setup sets the language for the emails 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 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 the change becomes active after restarting JobScheduler.

  • No labels