SyntaxFix
Write A Post
Hire A Developer
Questions
On linux, create file in /etc/default/locale with the following contents
/etc/default/locale
LANG=en.utf8
and then use the source command to export this variable by running
source
source /etc/default/locale
The source command sets the variable permanently.