How can I change the ProcessPortal language?

It is possible to set a default ProcessPortal language (or also force the language).

Find the file '<FireStartInstallDir>\FireStart\FireStart Process Portal\init.json' and modify the following settings for the preferred language:

"defaultusersettings": {

"guilanguage": "en",
...
}

and

"forcedsettings": {

"guilanguage": "en",

...

}

Supported are "en" for English and "de" for German. After the change, a restart of the FireStart server process is needed.