Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
57
rated 0 times [  57] [ 0]  / answers: 1 / hits: 130360  / 3 Years ago, wed, november 3, 2021, 6:11:27

I want to switch to French locale. So I tried the below command:



myUbundu@myUbundu-desktop:~$ export LC_ALL=fr_FR


But I am getting the warning



-bash: warning: setlocale: LC_ALL: cannot change locale (fr_FR)


How to set the locale to French? Do I need to install additional packages?


More From » locale

 Answers
4

Try the following commands



sudo locale-gen fr_FR
sudo update-locale LANG=fr_FR

[#39752] Thursday, November 4, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
anatta

Total Points: 326
Total Questions: 128
Total Answers: 96

Location: Jordan
Member since Sun, Jun 26, 2022
2 Years ago
;