Language and Region settings

The Web UI uses the Language and Region settings from Infor OS Portal user settings. The default for Infor OS Portal is to use browser settings.

Infor OS Portal user settings override any other Landmark-specific setting with the exceptions of a special context session key set for IsoLocale added to the URL or if en-US is set in Infor OS Portal.

In the Web UI, your IsoLocale can be set in the following ways:

  • Using Infor OS Portal user settings
  • Using URL with a csk.IsoLocale parameter, for example csk.IsoLocale=fr_FR
  • Using the IsoLocale field on the Actor record
  • Using the browser language settings

The language defaulting logic:

  • Check for csk.IsoLocale=<IsoLocale> on URL. If found, use it.
  • Check for Infor OS Portal user settings. If found, use it. In Infor OS Portal this is always set and found.
  • If 1 or 2 is not set or item 2 was set to en-US, then check for Actor.IsoLocale value. If populated, use it.
  • Use browser language setting.