deepblue_86 Asked: 2015-05-20 03:21:43 +0800 CST2015-05-20 03:21:43 +0800 CST 2015-05-20 03:21:43 +0800 CST How can I change the language preference in .bashrc file 772 How can I set LANG=en_US.UTF-8 in .bashrc? When I looked into .bashrc, I can't find any LANG settings. language 1 Answers Voted Maythux 2015-05-20T03:28:51+08:002015-05-20T03:28:51+08:00 gedit .bashrc then put these lines in your ~/.bashrc export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 export LANGUAGE=en_US.UTF-8 To make these changes active in the current shell, source the .bashrc: source ~/.bashrc
then put these lines in your ~/.bashrc
To make these changes active in the current shell, source the .bashrc: