# FAQ :: Add localisation if screens are not localised.

If you are visiting the screen and it is not localized, the screen will appear as in the screenshot below.&#x20;

<figure><img src="/files/oASlmIv0ARSD9n8D4NSE" alt=""><figcaption></figcaption></figure>

* You can localize it with these simple steps:
* We have an option to upload Excel sheets (XLSX, XLS) and upsert bulk messages.
* From the "Add Localization" screen, there is an option to Bulk upload. See the image below.

<figure><img src="/files/ACGwccZs7wXtaTZJNZPI" alt=""><figcaption></figcaption></figure>

* Upon clicking the bulk upload option, the user can select an Excel file from the file system.
* Copy all the locale code and give the corresponding message to display, module, and locale.
* Paste this data into an Excel spreadsheet and save it as an XLSX file.
* See the screenshot provided for reference for excel file.

<figure><img src="/files/CgVlwmQfhmNlQDfhwUY9" alt=""><figcaption></figcaption></figure>

Conditions for valid excel file

Excel file can contain multiple sheets, every sheet must have these four columns:

1. code
2. message
3. locale
4. module

* Upload this XLSX file to the project UI.
* After uploading, log out and log back in to see the UI localized.

Now see the UI, it will be as given below:<br>

<figure><img src="/files/FcnqJqWLGe9qPMwwS6yZ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://workbench.digit.org/setup/configurations/workbench-ui/manage-localisation-data/faq-add-localisation-if-screens-are-not-localised..md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
