On the LiveCD 25.0.0, when I choose the French language, the GNOME interface remains in English. On the gnome settings - Region & Language, the language ansi_x3.4-1968 is set. I have try to change it to French and log out, log in, but it doesn’t work.
The issue does not occur when I use the CD on VirtualBox.
Thanks for your help ! I know how to rebuild the livecd with buildiso.
If someone is interested, i’ve found a working solution…
I’ve rebuild my livecd with these new files and options (don’t know if it’s a good solution)…
mkdir -p root-overlay/etc
echo 'LANG=fr_FR.UTF-8' > root-overlay/etc/locale.conf
mkdir -p root-overlay/etc/skel
cat > root-overlay/etc/skel/.xprofile << 'EOF'
export LANG=fr_FR.UTF-8
export LANGUAGE=fr_FR
export LC_ALL=fr_FR.UTF-8
EOF
mkdir -p root-overlay/etc/skel
cat > root-overlay/etc/skel/.xprofile << 'EOF'
export LANG=fr_FR.UTF-8
export LANGUAGE=fr_FR
export LC_ALL=fr_FR.UTF-8
EOF