Re: Changing locale for X session
On Sun, Jul 20, 2008 at 9:45 AM, Shachar Or <dawnlight@lavabit.com> wrote:
> On Sunday 20 July 2008 18:55, Eugene V. Lyubimkin wrote:
>> export LC_ALL=3D<locale> in ~/.Xinitrc ?
> When I open up a terminal as that user and type 'echo $L' and press <tab> i
> can see that there's no such variable.
>
> I've tried to set the $LANG variable via this file and it didn't change it
> also.
>
> I think that this isn't the correct file.
I do not know where that "3D" came from, but it isn't valid.
Try setting LC_ALL= and LANG= in ~/.xsession
Make sure the locale is correct, e.g. mine would be:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
Capitalization and punctuation of the locale is important.
Generally:
language_LOCATION.ENCODING
Cheers,
Kelly Clowers
Reply to: