1. verify: echo $LANG
2. export LANG="en_US"
done!
UPDATE: to permanently set language each time for each time logi you can edit profile and add new line
UPDATE: to permanently set language each time for each time logi you can edit profile and add new line
vi .bash_profile
press i
go to last line and create new line
paste this code
export LANG="en_US"
press escape, enter :wq
No comments:
Post a Comment