Previous Topic: Modify Servlet-based Password Services JSP FormsNext Topic: Modify Strings Displayed in Forms


Localize Servlet-based Password Services

Servlet-based password services uses a single set of template .jsp files that are populated at runtime using the strings/messages from an externalized set of properties files. The language used by the .jsp files is determined by the locale setting of a users’ browser.

If a browser is configured for multiple locales, the specified locales are compared, in order, and the first locale that matches a supported language for password services forms determines the language used for the forms displayed to users.

Note: If no language preference is specified in a user’s browser, the default properties file, PasswordServices.properties will be used.