In GNOME desktop environment
#gnome-control-center-regionorClick User > Settings at top of the menu bar
Edit ~/.bashrc to use same environment as GNOME GUI environment when using SSH Terminal
i=$(grep 'Language=' /var/lib/AccountService/users/${USER} \| sed 's/Language=//')if [ "$i" != "" ]; thenexport LANG=$ifi
Particular Language Setting
#LANG=fr_FR.utf8 date
Change total system language
#localectl set-locale LANG=fr_FR.utf8
Identify current locale
#localectl
accepted the language setting after reboot and saved in /etc/locale.conf
Identify available Language Pack to use
#yum langavailable
List current installed language pack
#yum langlist
Adding extra language pack
#yum langinstall code[the code is that next language name in brackets when command "yum langavailabe"]
'Linux' 카테고리의 다른 글
파티션, 파일 시스템, 영구 마운트 추가 (0) | 2015.08.12 |
---|---|
File system mount & unmount (0) | 2015.08.12 |
File system mount & unmount (0) | 2015.08.12 |
yum 소프트웨어 리포지토리 활성화 (0) | 2015.08.11 |
yum을 사용하여 소프트웨어 업데이트 관리 (0) | 2015.08.10 |
Creating persistent mounts with file system labels (0) | 2015.07.07 |
Quiz: Configure local storage (0) | 2015.07.03 |
Controlling the SCSI Command Timer and Device Status (0) | 2015.07.02 |
scsi_id examples on RHEL6 (0) | 2015.07.02 |
Configuring Device Mapper Multipath (DMMP) tool for hosts running the Linux operating system (0) | 2015.07.02 |