Process Mining
2021.10
false
Banner background image
Process Mining
Last updated Apr 2, 2024

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:

Setting

Description

Example

fallbackLocale

The locale to use if an unsupported translation locale is detected.

The default value for fallbackLocale is "en".

"fallbackLocale": "nl"

supportedLocales

A 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.

Step

Action

1

Go to the Superadmin Workspaces tab of your UiPath Process Mining developer environment.

2

Click on the menu icon and select Application settingsā€¦.

3

Add the following entries: (for example)

"fallbackLocale": "en",

"supportedLocales" : ["en", "ja"],

4

Click 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?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
Ā© 2005-2024 UiPath. All rights reserved.