# Localize a message template

## Localize a message template

Updating your message template's default language or adding support for more languages is easy.

1. In the editor of a message template, click **Settings** at the top of the screen.
2. To add a new language, open the **Languages** tab and click **Add a new language**.
3. Select your desired language from the dropdown list.
4. Return to the **Editor**.
5. Use the language drop-down in the top right-hand corner of the canvas to switch between languages.
6. Click the content that you want to localize and make the changes in the panel on the right-hand side.

### Preview a localized message template

Once you've localized a template and added different languages, you can see how the localized template looks before you send it.

1. In the editor of a localized message template, click **Preview** at the top of the screen.
2. &#x20;Use the language drop-down in the top right-hand corner of the canvas to switch between languages.


---

# 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.bird.com/applications/content/message-templates/how-to/localize-a-message-template.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.
