InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

Centos tutorials

  • Centos - save and restore iptables
  • Centos/RHEL - find package for a file
  • Change default language on Centos/RHEL
 
  • Home
  • > Centos Linux

Change default language on Centos/RHEL

on Aug 20, 2016

To change default language or locale on Centos or RHEL Linux, follow these steps

  1. To see the current language:
    $ cat vi /etc/sysconfig/i18n
    LANG="de_DE.UTF-8"
    SYSFONT="latarcyrheb-sun16"
    
  2. To list available languages:
    $ locale -a
    
  3. To change the language to en_US.utf8 edit file /etc/sysconfig/i18n to have the following line
    LANG="de_DE.UTF-8"
    

Suggested posts:

  1. CSS pseudo class :target
  2. CSS3 Gradient examples
  3. AngularJS format date using date filter
  4. Linux iptables and ip6tables examples
  5. Mac – how to take screenshots
  6. How to delete files starting with dash/hyphen
  7. jQuery – how to get version info
  8. AWS EBS and reliability/durability
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged Centos Linux
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress