Set default locale

Insight may support different locales obtained from different client sources: cookies, URL, or browser locales. You can set the default product locale to use it instead of browser locales. Later the end user can change the language in the Viewer manually from the list of supported languages in the context menu.

  1. To set the default Insight locale, navigate to Program Files\Kofax\Insight X.X.X\HtmlInsight\View and find the Web.config file.

  2. Locate the <add key="Insight.Web.DefaultLocale" value=""/> <default locale> setting. By default, the value is empty which means the browser locale is used. To override the browser locale, set the appropriate value. For example, to set the default Insight locale to French, add <add key="Insight.Web.DefaultLocale" value="fr"/>.

  3. Save the changes.

You can set the client default locale to use when the user logs in with the non-compatible browser locale.