On Wed, 24 Sep 2008, Henrique wrote:
>Try editing the file .profile in your home directory (if it
>doesn't exist you can create a new file of this name). Add the
>line
>export LANG=pt_BR.UTF-8
*I'm a new OS/X user, so I don't know how to do this. Can you give more
details?
Open a terminal window (either an X11 xterminal, or the native Mac
Terminal program under Applications/Utilities). Now, hopefully
the simple editor pico may be installed. In the terminal window,
type
pico ~/.profile
This file may or may not have some content already. Add the line
export LANG=pt_BR.UTF-8
and save the file: do Ctrl-X, 'y' for Yes to save, Enter to quit.
If pico is not installed you could do this instead:
echo "export LANG=pt_BR.UTF-8" >> ~/.profile
Allin Cottrell.