Skip to content

Instantly share code, notes, and snippets.

@olssonm
Last active December 4, 2022 17:58
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olssonm/4845780ef8235bc00424d903642f8e71 to your computer and use it in GitHub Desktop.
Save olssonm/4845780ef8235bc00424d903642f8e71 to your computer and use it in GitHub Desktop.
Install Swedish language pack on Ubuntu
#Update package lists
sudo apt-get update
#Fetch language pack
sudo apt-get install language-pack-sv
#Check available languages, sv_SE.utf8
locale -a
#Generate locale
sudo locale-gen sv_SE.utf8
#Propegate changes
sudo update-locale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment