Linux - Change the default language to utf 8, How to change default language in linux

Change the default language to utf 8


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 - Change the default language to utf 8 is posted by - Maha

Hope you have enjoyed, Linux - Change the default language to utf 8Thanks for your time

Tech Bluff