I18n

Setting the preferred language for the whole application is a two-step process:

Both these parameters accept the standard Java locale signs as value, but please make sure that the property file of the selected language is available in your distribution. Please see the project site for localized versions available.

For advanced users: as you see, one server supports only one language set, which is absolutely sufficient in most of the cases. A multi-language server would require a more complicated caching mechanism (some parts of the content are language-independent thus could be shared between client requests with different locale settings, while others are not), which is necessary only in some infrequent environments. As workaround, for two languages you can launch two separate Kosmos servers with different language settings.