LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Redhat Anaconda Language Selection (https://www.linuxquestions.org/questions/linux-software-2/redhat-anaconda-language-selection-44923/)

adme 02-11-2003 08:46 AM

Redhat Anaconda Language Selection
 
Hi Geeks,

During the installation process of Redhat i selected as primary langguage English and the second German. How can I switch between thes both langguages?

i want for example the netstat output in germand, and the manpages....

is this easy to switch?

hints are welcome

cheers
adme

Mara 02-11-2003 03:55 PM

It's quite easy. In X you do this by using nice graphical tools.
When you're using the console, you have some environment variables you control the langiages with. The most important is LANG. When you want to change the language, you type
export LANG=languagecode
Not sure what is the code for German, but you may try "de_DE". English is default, so when the code is wrong, English is used. LANG affects man, for example. When you change LANG and run
man man
you should get man page in German.
There are some more similar variables, but this one is the most important. Now test if it works for you. :)

adme 02-12-2003 01:55 AM

thank you a lot! :) it works very fine!!

[root@dell01 root]# echo $LANG
en_US.iso885915
[root@dell01 root]# export LANG=de_CH
[root@dell01 root]# netstat --help
Benutzung: netstat [-veenNcCF] [<Af>] -r
netstat {-V|--version|-h|--help}
netstat [-vnNcaeol] [<Socket> ...]
netstat { [-veenNac] -i | [-cnNe] -M | -s }

-r, --route Routentabelle anzeigen
-i, --interfaces Schnittstellentabelle auflisten
-g, --groups Mitgliedschaft in Multicastgruppen anzeigen
-s, --statistics Netzwerksstatistiken anzeigen (wie SNMP)
-M, --masquerade Maskierte Verbindungen auflisten

-v, --verbose Ausführliche Ausgaben
-n, --numeric don't resolve names
--numeric-hosts don't resolve host names
--numeric-ports don't resolve port names
--numeric-users don't resolve user names
-N, --symbolic Hardwarenamen auflösen
-e, --extend display other/more information
-p, --programs PID/Programmnamen für Sockets anzeigen
-c, --continuous Anzeige laufend aktualisieren

-l, --listening Empfangsbereite Serversockets auflisten
-a, --all, --listening Alle Sockets anzeigen (normal: nur verbundene)
-o, --timers Timer auflisten
-F, --fib display Forwarding Information Base (default)
-C, --cache Routencache statt FIB anzeigen

<Socket>={-t|--tcp} {-u|--udp} {-w|--raw} {-x|--unix} --ax25 --ipx --netrom
<AF>=Use '-A <af>' or '--<af>'; default: inet
Liste möglicher Adressfamilien, die Routen unterstützen:
inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25)
netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP)
x25 (CCITT X.25)

have a nice day (in switzerland the day has just begun ;))
adme

Mara 02-12-2003 03:00 AM

In Poland, too. :D


All times are GMT -5. The time now is 06:04 AM.