Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how can i know what language?

Status
Not open for further replies.

pichi

Programmer
Joined
Nov 12, 2000
Messages
156
Location
EC
hi everybody, i need to reiinstall my solaris server, and i want to know what language and locale is installed on,, so i am using the locale command, but i don't get a value in the LANG variable, so how can i know if the last administrator install ascii o us-8859-01
hope somebody can help me??
thanks anyway

Pichi
 
just use locale command:

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

if you want to know what locales filesets are installed use:
# locale -a
POSIX
common
en_US.UTF-8
C
iso_8859_1
iso_8859_15
...

Hope it helps,

Regards,

Carlos Almeida,

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top