Language and Region settings
The Web UI uses the Language and Region settings from Infor Ming.le user settings. The Infor Ming.le user settings default is to use browser settings.
Infor Ming.le user settings will 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 Ming.le.
In the Web UI, your IsoLocale can be set in the following ways:
- Using Infor Ming.le user settings
- Using URL with a csk.IsoLocale parameter, for example
csk.IsoLocale=fr_FR
- Using the IsoLocale field on 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 Ming.le user settings. If found, use it. In Infor Ming.le 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.