Skip to content

Instantly share code, notes, and snippets.

@kurap
Created November 13, 2013 04:17
Show Gist options
  • Save kurap/7443617 to your computer and use it in GitHub Desktop.
Save kurap/7443617 to your computer and use it in GitHub Desktop.
#==============================================================================
##
## locale setting (Ubuntu)
##
##
#==============================================================================
##### genarate locale
## the superuser
locale-gen ja_JP.UTF-8
dpkg-reconfigure locales
## edit bash.bashrc
vi /etc/bash.bashrc
## add to following lines
export LANGUAGE=ja_JP:ja
export LANG=ja_JP.UTF-8
## reload bashrc
cd /
source .bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment