Responder Developer Guide
Localizing Responder Reports

Resource Center Home

If you wish to localize Responder reports to use a right-to-left language (e.g., Hebrew), you will need to modify the *.xslt file.

  1. Browse to the directory that stores the .xslt files for all reports: C:\Documents and Settings\All Users\Application Data\Miner and Miner\Responder.
  2. Open the .xslt file that corresponds to the report(s) you wish to localize. These files can be opened with any application that allows you to view XML.
  3. Look for the HTML tag.

Copy Code
<html>
 <head>
   <xsl:call-template name="ReportsCSS"/>
   <title>Incidents by Customer</title>
</head>
  1. Modify the HTML tag to include a dir attribute with a value of rtl, as shown below.

Copy Code
<xsl:template match="/">
<html dir="rtl">
 <head>
   <xsl:call-template name="ReportsCSS"/>
   <title>Incidents by Customer</title>
 </head>

 

 


Send Comment to ArcFMdocumentation@schneider-electric.com