Orchestrator Logs Displayed in Portuguese Despite Orchestrator Language Set to English

How can the language of Orchestrator logs be changed to English when Orchestrator language is already set to English?

Issue Description:

In some cases, Orchestrator logs are displayed in Portuguese even though the Orchestrator interface language is set to English. This discrepancy occurs because the logs are generated by the Robot Executor, which uses the language settings of the robot machine rather than the Orchestrator settings.

Resolution:

To change the language of the logs to English, follow these steps:

  1. Access the Robot Machine:

    • Log in to the machine where the UiPath Robot is installed.
  2. Change the Language Setting:

    • Go to the environment and system variables on the Robot machine.
    • Locate the UIPATH_LANGUAGE variable.
    • Change its value to en to set the language to English.

    Example:

    • Before: UIPATH_LANGUAGE = pt
    • After: UIPATH_LANGUAGE = en
image.png
image.png
  1. Restart the UiPath Robot Service:

    • After updating the language settings, restart the "UiPath Robot" service to apply the changes.
    • This can be done via the Services application in Windows.
    • image.png
  2. Verify the Changes:

    • Run a job to generate new logs.
    • The new logs should now be displayed in English within Orchestrator.