Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

Problem

  • The JobScheduler setup sets the language for the emails 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

Code Block

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

and change this to e.g.

Code Block

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

Please note that the this change becomes active after restarting JobScheduler.