Thanks!<br><br>I actually had to edit /etc/locale.gen, uncomment pt_BR and then run locale-gen.<br><br>Now it works. :-)<br><br><br>At Wednesday, 09-22-2010 on 13:22 "Tobias Oetiker" &lt;tobi@oetiker.ch&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;">Ricardo,<br>
<br>
Today Ricardo Kleemann wrote:<br>
<br>
&gt; I'm using a system() call.<br>
&gt;<br>
&gt; I've done this in the script:<br>
&gt;<br>
&gt; $ENV{'LANG'} = "pt_BR";<br>
&gt; $ENV{'TZ'} = "America/Sao_Paulo";<br>
&gt; setlocale(LC_ALL, "pt_BR");<br>
<br>
try<br>
<br>
locale-gen pt_BR<br>
<br>
first<br>
<br>
cheers<br>
tobi<br>
&gt;<br>
&gt; And even put this in .htaccess:<br>
&gt; setenv TZ America/Sao_Paulo<br>
&gt; setenv LANG pt_BR<br>
&gt; DefaultLanguage pt-BR<br>
&gt;<br>
&gt; The TZ is working. But not the language. I'm trying to get dates<br>
&gt; displayed in Portuguese but no matter what I do they always come out<br>
&gt; in English.<br>
&gt;<br>
&gt; Ricardo<br>
&gt;<br>
&gt; At Wednesday, 09-22-2010 on 11:14 "A Darren Dunham"  wrote:<br>
&gt;<br>
&gt; On Tue, Sep 21, 2010 at 08:41:58PM -0700, Ricardo Kleemann wrote:<br>
&gt; &gt; I was trying to display the graph with a different locale. I don't<br>
&gt; &gt; want to change the local on the server itself, but within a perl<br>
&gt; &gt; script be able to change such that the graph displays the time and<br>
&gt; &gt; date text in another language (pt_BR).<br>
&gt;<br>
&gt; How are you generating the graph? Are you doing external calls with<br>
&gt; system() directly, or are you using one of RRDp or RRDs?<br>
&gt;<br>
&gt;<br>
<br>
-- <br>
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland<br>
http://it.oetiker.ch tobi@oetiker.ch ++41 62 775 9902 / sb: -9900</blockquote>