Responder Overview > Responder Localization > Localizing Responder Reports |
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.
Copy Code
|
|
---|---|
<html> <head> <xsl:call-template name="ReportsCSS"/> <title>Incidents by Customer</title> </head> |
Copy Code
|
|
---|---|
<xsl:template match="/"> <html dir="rtl"> <head> <xsl:call-template name="ReportsCSS"/> <title>Incidents by Customer</title> </head> |