From cd4c81a9684d5c088e2d297dcaa221ca63d826d7 Mon Sep 17 00:00:00 2001 From: "Dr. Gerhard Weck" Date: Thu, 1 Sep 2022 18:02:42 +0200 Subject: [PATCH] Update language-localization.md --- docs/customization/language-localization.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/customization/language-localization.md b/docs/customization/language-localization.md index 4087984..1a588b7 100644 --- a/docs/customization/language-localization.md +++ b/docs/customization/language-localization.md @@ -5,7 +5,15 @@ Language Localization Enable UTF-8 in dom0 title bars ------------------------- -You can enable UTF-8 characters in the title bar for all qubes or on a per-qube basis. Follow the instructions [here](https://www.qubes-os.org/doc/config-files/#gui-and-audio-configuration-in-dom0) for further information. +You can enable UTF-8 characters in the title bar for all (non-Windows) qubes or on a per-qube basis via the command + + `qvm-features gui-allow-utf8-titles true` + +in a `dom0` terminal. + +To change a given GUI option globally, set the `gui-default-{option}` feature on the GuiVM for that qube. + +**Note:** This does not work for Windows qubes. Changing the language of dom0 ----------------------------- @@ -33,7 +41,7 @@ For debian-based Templates, the corresponding command is `sudo apt-get install language-pack-de language-pack-gnome-de language-pack-de-base language-pack-gnome-de-base` -For other languages, the correspondig code has to be used, e.g. `fr` for French. After installing a language, it has to be selected/enabled via the settings of the Template. +For other languages, the corresponding code has to be used, e.g. `fr` for French. After installing a language, it has to be selected/enabled via the settings of the Template. New Templates will be installed in their default language, usually English, and they have to be changed just like existing Templates. The language of Windows Templates is determined at the installation of the operating system and can be changed afterwards if the installed edition is a multi-language edition; otherwise the language stays fixed.