Re: how to switch language of gnome to Bulgarian
Michael Wagner wrote:
> * Angelin Lalev <lalev.angelin@gmail.com> 06.03.2009
>> locale -a
>> ========
>>
>> bg_BG
>> bg_BG.cp1251
>> bg_BG.utf8
>> C
>> en_US.utf8
>> POSIX
>>
>> But after I switch session language in gdm to Bulgarian and start
>> gnome or kde I get error,
>> saying something about language bg_BG.utf8 is non-existent.
>
> Hello Angelin,
>
> write in $HOME/.xprofile
>
> --------------------------------+
> export LC_MESSAGES="bg_BG.utf8" |
> --------------------------------+
>
> I have it for a german enviroment and all is working fine with it.
>
> Hth Michael
>
export LC_ALL="bg_BG.UTF-8"
tested and working
export does the same as declear by the way
I usually put it into my .profile - then everything speaks bulgarian
regards
Reply to: