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

Compare with Current View Page History

Version 1 Next »

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

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

e.g.

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