I'm using a system() call.<br><br>I've done this in the script:<br><br>$ENV{'LANG'} = "pt_BR";<br>$ENV{'TZ'} = "America/Sao_Paulo";<br>setlocale(LC_ALL, "pt_BR");<br><br>And even put this in .htaccess:<br>setenv TZ America/Sao_Paulo<br>setenv LANG pt_BR<br>DefaultLanguage pt-BR<br><br>The TZ is working. But not the language. I'm trying to get dates displayed in Portuguese but no matter what I do they always come out in English.<br><br>Ricardo<br><br>At Wednesday, 09-22-2010 on 11:14 "A Darren Dunham" &lt;ddunham@taos.com&gt; wrote:<br><blockquote style="border-width: 0pt 0pt 0pt 2px; border-style: none none none solid; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color rgb(34, 67, 127); padding: 0px 0px 0px 5px; margin: 0px 0px 0px 5px;">On Tue, Sep 21, 2010 at 08:41:58PM -0700, Ricardo Kleemann wrote:<br>
&gt; I was trying to display the graph with a different locale. I don't<br>
&gt; want to change the local on the server itself, but within a perl<br>
&gt; script be able to change such that the graph displays the time and<br>
&gt; date text in another language (pt_BR).<br>
<br>
How are you generating the graph?  Are you doing external calls with<br>
system() directly, or are you using one of RRDp or RRDs?<br>
<br>
-- <br>
Darren<br>
<br>
_______________________________________________<br>
rrd-users mailing list<br>
rrd-users@lists.oetiker.ch<br>
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</blockquote>