- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to change to US english?
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
10-15-2001 01:31 AM
10-15-2001 01:31 AM
How to change to US english?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 01:44 AM
10-15-2001 01:44 AM
Re: How to change to US english?
Try this:
1. Boot up in single-user mode.
2. rm /etc/kbdlang
3. Edit your /etc/rc.config.d/LANG file and comment out or remove
this entry:
LANG=
4. Reboot your system; because of a missing /etc/kbdlang and the
LANG= entry of /etc/rc.config.d/LANG, the system will boot up in
English, by default.
Best of Luck
Animesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 02:44 AM
10-15-2001 02:44 AM
Re: How to change to US english?
Try something like this:
/usr/bin/locale -a
identify the us english. on my hp running hpux 11.00 it is en_US.iso88591.
Edit /etc/rc.config.d/LANG and replace whatever it is there with the us english locale.
Hope it helps. Also read the man pages of locale, localedef and rc.config.
Best regards,
Eugen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 02:45 AM
10-15-2001 02:45 AM
Re: How to change to US english?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2001 06:14 AM
10-15-2001 06:14 AM
Re: How to change to US english?
it depends on where/what you want to change:
- your keyboard
- the display/output of programs
The answer for the first is the file "/etc/kbdlang" as correctly mentioned above.
The answer for the second would be the file "/etc/rc.config.d/LANG", where you
would have to midfy the variable "LANG".
HTH,
Wodisch