Announcement

Collapse
No announcement yet.

[Solved] Users, different languages and non-kde applications

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [Solved] Users, different languages and non-kde applications

    In lucid, maverick and natty, I tried have two users with differents languages.
    Example:
    My first user has language in spanish and the system language is in spanish.
    The second user has the language in english, but non-kde programs is in spanish (like the system language). For example openoffice, firefox, gimp, etc. is in spanish.
    Is there some trick to change all programs to english for the second user?

    I think in kde 3.5 was possible,

    Thanks,

    #2
    Re: Users, different languages and non-kde applications

    The solution was:
    add into /home/user/.profile :

    Code:
    export LANGUAGE=en_US
    export LC_MESSAGES=en_US.UTF-8

    Comment

    Working...
    X