1.5 Multilingualism
The Goobi viewer Core is available in German, English, Spanish, French and Arabic. If available, the interface is automatically displayed in the language that the browser has defined as the default language. Language support is independent of whether a language switch is also offered in the interface.
Which languages are also available in the instance is configured in the faces-config.xml
of the respective theme.
Here is an example of the file from the Goobi viewer theme boilerplate:
The default-locale
defines the language that should be displayed if the browser language does not appear in the list of supported-locale
.
The supported-locale
list specifies which languages should be available. The supported-locale
list also defines the list of language tabs in the CMS backend. For example, to allow only the German language, simply remove the entries for en
and es
from the supported-locale
in the theme.
See in this context also chapter 1.19.9.
Last updated