#System Language

9 messages · Page 1 of 1 (latest)

quaint linden
#

How can I set the System language to italian?

timber lark
#

sudo nano /etc/locale.gen

#

Find and uncomment this line

#

it_IT.UTF-8 UTF-8

#

save the changes

#

run: sudo locale-gen

#

sudo localectl set-locale LANG=it_IT.UTF-8

#

reboot

#

run: localectl status