# Updating the Application Settings

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

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