enabled-html-languages
Use the enabled-html-languages stanza entry to specify the languages
which can be used by WebSEAL when generating error or management responses.
Syntax
enabled-html-languages = <language-list>
Description
Specifies a comma-separated list of languages which are enabled for WebSEAL generated error and management pages. The accept-language HTTP header from the request is used by WebSEAL to determine the language used when generating responses.
The first language in the configuration entry will be treated as the default language. The default language will be used if none of the languages contained in the 'accept-language' HTTP header have been enabled.
C, cs, de, es, fr, hu, it, ja, ko, pl, pt_BR, ru, zh_CN, zh_TWIf there are no languages specified, all languages are automatically enabled, with English (C) set as the default.
Options
<language-list>- A comma separated list of languages which are enabled for WebSEAL generated error and management pages.
Usage
This stanza entry is optional.
Default value
None. If no value is specified, all languages are automatically enabled.
Example
enabled-html-languages = C,de,es