I installed Ubuntu in the wrong language (Italian) and cannot switch to English.
I tried switching by the settings app but I still get parts of the terminal etc. in Italian. Is there any way I can fix it without reinstalling my OS?
I installed Ubuntu in the wrong language (Italian) and cannot switch to English.
I tried switching by the settings app but I still get parts of the terminal etc. in Italian. Is there any way I can fix it without reinstalling my OS?
Localization
sudo apt install language-pack-en
Keyboard configuration
sudo dpkg-reconfigure keyboard-configuration
locales
sudo locale-gen en_US sudo locale-gen en_US.UTF-8 sudo dpkg-reconfigure locales sudo update-locale LANG=en_US.UTF-8