How to know the default language in hp-ux?


 
Thread Tools Search this Thread
Operating Systems HP-UX How to know the default language in hp-ux?
# 1  
Old 05-20-2010
How to know the default language in hp-ux?

hi every body i want to know how can i know the default language in the hp-ux
like in solaris "US" please tell me wher is the file or the comand to tell me the language

many thanks

---------- Post updated at 05:43 AM ---------- Previous update was at 05:05 AM ----------

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


hi every body this is the output of "locale" but i don't know what is the default language any one please can explain to understand .
# 2  
Old 05-20-2010
The default language is English in the POSIX locale "C". By that I mean the utilities like date give output in English.

Code:
> date
Thu May 20 05:42:30 MDT 2010

May is the English name for month #5 in the Gregorian calendar.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question