Re: Changing locale [solved]
* Masatran (Deepak), R. <masatran@research.iiit.ac.in> 2006-02-22
> I am changing my locale to "ta_IN". I have "export LANG='ta_IN'" in my
> .bashrc, '. "$HOME/.bashrc"' in my .bash_profile, and
> '. "$HOME/.bash_profile"' in my .xsession. In GDM, I am using "Default
> System Session".
>
> 1. But for example, in Gnome -> Applications-menu -> Games -> Ataxx, "Ataxx"
> is displayed in English even though its Launcher-properties shows that the
> Tamil name is also available. What am I doing wrong?
Reference: <http://www.faqs.org/docs/Linux-mini/Path.html>: Editing
/etc/environment to contain the following solved the problem:
LANGUAGE="ta:en:hi"
LANG=ta_IN
--
http://research.iiit.ac.in/~masatran/
http://research.iiit.ac.in/~masatran/weblog/
Reply to:
- References:
- Changing locale
- From: "Masatran (Deepak), R." <masatran@research.iiit.ac.in>