lewis4u Asked: 2017-06-01 00:21:49 +0800 CST2017-06-01 00:21:49 +0800 CST 2017-06-01 00:21:49 +0800 CST How to install other region? 772 I have only United States for my Region and Formats probably because I have a custom installed Ubuntu! How do you install another one? update This is why it doesn't work...how to fix this error? system-settings 2 Answers Voted Best Answer Ravexina 2017-06-01T01:01:19+08:002017-06-01T01:01:19+08:00 First reinstall locale package: sudo apt --reinstall install locales Open this file: sudo nano /etc/locale.gen Find this line: # de_DE.UTF-8 UTF-8, uncomment it so it's now: de_DE.UTF-8 UTF-8. Save the file and run: sudo locale-gen see if you have German now. Gunnar Hjalmarsson 2017-06-01T00:52:02+08:002017-06-01T00:52:02+08:00 If you want German region formats, I think this is a way: Switch to German language, which will generate a few German locales. Switch back to English language. Now you should find some German region options.
First reinstall locale package:
Open this file:
Find this line:
# de_DE.UTF-8 UTF-8
, uncomment it so it's now:de_DE.UTF-8 UTF-8
. Save the file and run:see if you have German now.
If you want German region formats, I think this is a way: