Web parameter: acceptBrowserLang

Web parameters change the behavior of the web clients that connect to the web tier. For more information, see Web tier parameters.

Parameter

acceptBrowserLang

Description

This parameter specifies if the browser’s language preference is used for single sign-on (including TSO, SAML SSO, and LW-SSO) and CAC Sign-On when the lang parameter is not set in the web client login URL. By default, the browser’s language preference has a higher priority than the language defined in the operator's profile. If you want to use the operator's profile language setting instead of the browser’s language preference in this case, set this parameter to false.

Note If the user includes the "lang" parameter in the Web client URL, the URL language setting take precedence over the acceptBrowserLang setting.

Valid if set from

Web tier configuration file (web.xml and webtier.properties)

Requires restart of the web applications server?

Yes

Default value

true

Possible values

true (enabled)

false (disabled)

Example usage

<init-param>

<param-name>acceptBrowserLang</param-name>

<param-value>true</param-value>

</init-param>