cryinkfly/openSUSE-Baldur

How can i change the language interface in Xfce? *solved*

cryinkfly opened this issue · 0 comments

Since there is no way to change the language settings via a GUI under openSUSE Baldur, you currently have to change the language manually via the terminal!

Here is an example of the conversion to German:

echo "export LANGUAGE=de_DE.utf8
export LANG=de_DE.utf8
export LC_ALL=de_DE.utf8" > $HOME/.i18n

The ".i18n" file plays an important role!!!

The language settings take effect automatically when the user logs out and logs in again.