- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- OS language
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 02:14 AM
08-25-2003 02:14 AM
OS language
# swlist |grep RT
HPUXEng64RT B.11.00.01 English HP-UX 64-bit Runtime Environment
HPUXJpn64RT B.11.00.01 Japanese HP-UX 64-bit Runtime Environment
Am I using the right way to determine the OS Language?
How should I find the OS Language using a system call?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 02:20 AM
08-25-2003 02:20 AM
Re: OS language
Is locale what you are searching for?
Sorry if I had misunderstood your question.
-Umapathy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 02:22 AM
08-25-2003 02:22 AM
Re: OS language
cat /etc/rc.config.d/LANG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 02:25 AM
08-25-2003 02:25 AM
Re: OS language
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 02:28 AM
08-25-2003 02:28 AM
Re: OS language
I think you are making a small misunderstanding, even English hpux is able to speak german,french or whatever language (nearly true). There is no "OS language", it depends of each user, the /etc/rc.config.d/lang is here for the primary user that launch inetd, syslog, and all other deamon. The "system call" you are looking for is the command: locale, and by default it is "C", and this C is a link under /usr/lib/nls, and you can change it to whatever you wants. Now some lanuage like Japan, Korean, need some extra binaries, but that's all. Hope this helps.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 05:49 AM
08-25-2003 05:49 AM
Re: OS language
OS language will be the one which you have selected during initial installation.
Japanese that is found in u r case is a locale.
In my case we use many Asian locales to test MQSeries product, but the OS langugage is the English
#swlist |grep -i rt
HPUXEng64RT B.11.00.01 English HP-UX 64-bit Runtime Environment
HPUXJpn64RT B.11.00.01 Japanese HP-UX 64-bit Runtime Environment
HPUXKor64RT B.11.00.02 Korean HP-UX 64-bit Runtime Environment
HPUXSCh64RT B.11.00.01 Simplified Chinese HP-UX 64-bit Runtime Environment
HPUXTCh64RT B.11.00.01 Traditional Chinese HP-UX 64-bit Runtime Environment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 06:13 AM
08-25-2003 06:13 AM
Re: OS language
Multilingual license of OS and
English license of OS
Can someone describe this and close this?
THis small thing is bugging me!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 06:14 AM
08-25-2003 06:14 AM
Re: OS language
Multilingual license of OS and
English license of OS
Can someone describe this and close this?
THis small thing is bugging me!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 06:38 AM
08-25-2003 06:38 AM
Re: OS language
For 11.0 you need to buy Asian language support RTE (run time env) (it costs around $20K at the time we bought), where as for 11i these locales are inbuild.
# swlist -l fileset|grep -i local
Asian-Core.ASX-JPN-E-MAN A.03.00 Japanese (EUC) localized manual pages for ASX-MAN
Asian-Core.ASX-JPN-S-MAN A.03.00 Japanese (Shift-JIS) localized manual pages for ASX-MAN
Asian-UTILITY.UTILS-SCH-RUN A.03.00 Simplified Chinese localized messages for UTILS-RUN
Asian-UTILITY.UTILS-TCH-RUN A.03.00 Traditional Chinese localized messages for UTILS-RUN
above o/p is for m/c runing 11i.
In 11.0 if you didn't install any locales English is the default.
then it shows
HPUXEng64RT B.11.00.01 English HP-UX 64-bit Runtime Environment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2003 06:39 AM
08-25-2003 06:39 AM
Re: OS language
For 11.0 you need to buy Asian language support RTE (run time env) (it costs around $20K at the time we bought), where as for 11i these locales are inbuild.
# swlist -l fileset|grep -i local
Asian-Core.ASX-JPN-E-MAN A.03.00 Japanese (EUC) localized manual pages for ASX-MAN
Asian-Core.ASX-JPN-S-MAN A.03.00 Japanese (Shift-JIS) localized manual pages for ASX-MAN
Asian-UTILITY.UTILS-SCH-RUN A.03.00 Simplified Chinese localized messages for UTILS-RUN
Asian-UTILITY.UTILS-TCH-RUN A.03.00 Traditional Chinese localized messages for UTILS-RUN
above o/p is for m/c runing 11i.
In 11.0 if you didn't install any locales English is the default.
then it shows
HPUXEng64RT B.11.00.01 English HP-UX 64-bit Runtime Environment.