Joined: 24 Aug 2005 Posts: 13642 Location: Karlsruhe, Germany
Posted: Fri 23 Jun 2006, 11:47 Post subject:
export LANGUAGE=XXXX
This is not used I think, at least not as standard.
You have 6 or more locale values.
You can see them in /usr/lib/locale/
You can set all togeteher with LC_ALL
export LC_ALL=de_DE
While testing some language-stuff, I found out, that this works good in /etc/profile:
LANG=vi
export $LANG
LC_ALL=vi
export $LC_ALL
Unfortunately some programs crash with such settings (some wizards).
In that case, you must add these 2 lines after the first line in the problematic wizard-script (#!/bin/sh):
export LANG=C
export LC_ALL=C
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum