Read more
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- system locale
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
system locale
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-30-2010 12:47 PM
08-30-2010 12:47 PM
system locale
system locale
How to change the default system locale to different language in HP-UX 11.11/11.31
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-30-2010 02:04 PM
08-30-2010 02:04 PM
Re: system locale
Re: system locale
man 4 localedef
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-30-2010 08:17 PM
08-30-2010 08:17 PM
Re: system locale
Re: system locale
To set the locale to say simplified Chinese Check whether the locale is installed in the system
# locale -a | grep -i zh_CN.hp15CN
zh_CN.hp15CN
If the locale is installed, then set the locale
# export LANG=zh_CN.hp15CN
# export LC_ALL=zh_CN.hp15CN
Execute locale command to confirm that locale is set to simplified Chinese
# locale
LANG=zh_CN.hp15CN
LC_CTYPE="zh_CN.hp15CN"
LC_COLLATE="zh_CN.hp15CN"
LC_MONETARY="zh_CN.hp15CN"
LC_NUMERIC="zh_CN.hp15CN"
LC_TIME="zh_CN.hp15CN"
LC_MESSAGES="zh_CN.hp15CN"
LC_ALL=zh_CN.hp15CN
Regards,
Muru
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-30-2010 11:34 PM
08-30-2010 11:34 PM
Re: system locale
Re: system locale
Or you can change /etc/profile.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP