2

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?

terdon
  • 104,119
ITZG
  • 21

1 Answers1

0
  1. Localization

    sudo apt install language-pack-en

  2. Keyboard configuration

    sudo dpkg-reconfigure keyboard-configuration

  3. 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
Talaat Etman
  • 1,340