# Localization

You can export the text content used in the chatbot for translating it into other languages. DeepConverse makes it easy for you to export it to a Google Sheet for collaborative editing and sharing. Once you are ready with the translations and the locales for your site you can import it back into DeepConverse.&#x20;

### Exporting Translations

To export translations navigate to the chatbot that you would like to export.

On the chatbot page click Actions > Export/Import Translations.

![](https://help.deepconverse.com/hc/article_attachments/7611009322516/mceclip0.png)

In the open form click Submit if you would like to export to a new sheet, or enter the Sheet Key and Worksheet Title for the sheet you would like to update.&#x20;

*Once the export is completed the sheet will be shared with your email.*

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

**Prefill Auto Translation**&#x20;

This allows you to prefill the sheet with Google Translate values if the translation does not exist.

Here is an example of how the exported translations would look like.

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

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

### Adding Translations&#x20;

Once you have exported the text into the Google Sheet you can add additional columns each representing a locale that you would like to target.&#x20;

Add the corresponding translation for that row in the cell.

Here is an example of how **French (fr)** is added into the sheet.

***Tip***: You can use the [GOOGLETRANSLATE](https://support.google.com/docs/answer/3093331?hl=en) function already available in Google Sheets for quick translations

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

### Importing Translations&#x20;

On the chatbot page click Actions > Export/Import Translations.

Select **Import** as the operation

Enter the **Sheet Key** and the **Worksheet Title**&#x20;

&#x20;

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

**Notes**:

1. Locales in the Google Sheet should match the locales you use in your production/deployment environments for the translations to get picked up.
2. If a text doesn't have the the corresponding language translation then it will default to using text from 'en\_us' as the fallback

<br>


---

# 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://docs.deepconverse.com/product-docs/chatbots/localization.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.
