Linux - Find default language set in linux machine, Change the default language to utf-8
Find default language set in linux machine
To find the language set in your linux machine use the below command
echo $LANG
To change the value of $LANG variable to utf-8 just follow below step
export LANG="en_GB.UTF-8"
The topic on Linux - Find default language set in linux machine is posted by - Mallu
Hope you have enjoyed, Linux - Find default language set in linux machineThanks for your time