locale language value

From: MARCELO ALONSO MONDRAGON (malonsom@villacero.com.mx)
Date: Wed Sep 22 2004 - 10:35:27 EDT


Hello administrators

I need to change the default value for the language, this is, the value for
locale, the current value are:

LANG=
LC_COLLATE="C"
LC_CTYPE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=

I already fix the value of the variable LANG in the file /etc/profile and
it operate well for the connections through telnet, but I have an
application that executes command to through of rexec and don't take these
value, then, the question is: How changing the value of locale for the
connections to through of rexec?.

I set LANG=en_US.ISO8859-1 in /etc/profile:

with telnet connection:

LANG=en_US.ISO8859-1
LC_COLLATE="en_US.ISO8859-1"
LC_CTYPE="en_US.ISO8859-1"
LC_MONETARY="en_US.ISO8859-1"
LC_NUMERIC="en_US.ISO8859-1"
LC_TIME="en_US.ISO8859-1"
LC_MESSAGES="en_US.ISO8859-1"
LC_ALL=

with rexec connection:

LANG=
LC_COLLATE="C"
LC_CTYPE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=

Thank in Advance

Marcelo Alonso Mondragón
Soporte Técnico / Informática / SICARTSA
Una Empresa del Grupo Villacero
E-Mail: malonsom@villacero.com.mx
Internet: http://www.villacero.com.mx



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:50:08 EDT