UiPath Documentation
process-mining
2021.10
true
UiPath logo, featuring letters U and I in white

Process Mining user guide

Last updated Apr 23, 2026

Updating the Application Settings

Introduction

The UiPath Process Mining platform offers functionality to define application settings that can be changed by the application developers. In general, application settings are used to customize the look and feel of your applications.

The application settings can be changed by editing a JSON file in the Superadmin Workspaces tab resources/ApplicationSettings.json.

Note:

When editing the ApplicationSettings.json file from your workspace, a help function is available with useful information on the available settings.

Translation Settings

Below is a description of the settings in the ApplicationSettings.json file that are used for translations:

SettingDescriptionExample
fallbackLocaleThe locale to use if an unsupported translation locale is detected. The default value for fallbackLocale is "en"."fallbackLocale": "nl"
supportedLocalesA list of supported translation locales for this UiPath Process Mining platform. The default value for supportedLocales is ["en"]."supportedLocales": ["en", "ja"]

Update the ApplicationSettings.json File

Follow these steps to update the ApplicationSetting.json file.

StepAction
1Go to the Superadmin Workspaces tab of your UiPath Process Mining developer environment.
2Click on the menu icon and select Application settings….
3Add the following entries: (for example) "fallbackLocale": "en", "supportedLocales" : ["en", "ja"],
4Click on OK to close the ApplicationSettings.json file and to save the application settings.
  • Introduction
  • Translation Settings
  • Update the ApplicationSettings.json File

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated