# Localization

**Note** : "This page indicates what types of customization is possible. To use a specific customization in your environment, please send a request to the VitaraCharts support team. All customization files are managed in a cloud environment by the support team."

## How to add support for a new language <a href="#how-to-add-support-for-a-new-language" id="how-to-add-support-for-a-new-language"></a>

VitaraCharts editors are accessible in English, German, French, and Spanish out of the box. It is possible to add support for new local languages on your own. The steps are as follows:

* Create a file MessageBundle\_\<languagecode>\_\<regioncode>.txt in directory /VitaraCharts/custom/

  ```
  Example: For “fr-fr” as user language, 
  file name should be: MessageBundle_fr_fr.txt
  ```
* Copy the content from file VitaraCharts/custom/MessageBundle\_en\_us.txt in newly created file (MessageBundle\_\<languagecode>\_\<regioncode>.txt)
* Add the respective translation for English string separated by “=” operator

  ```
  Format: \<English_String\>=\<Translated_String\>
  Example: Cell=Zelle
  ```

## Preference Order for how lanugage resources are loaded <a href="#preference-order-for-how-lanugage-resources-are-loaded" id="preference-order-for-how-lanugage-resources-are-loaded"></a>

* Language with regional Code (MessageBundle\_fr\_fr.txt )
* Language Only (MessageBundle\_fr.txt )
* Default (MessageBundle\_en\_us.txt)

**NOTE** : If the translation for some keys are missing in the file then those keys will be displayed in English Language in the Property Editor


---

# 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://tsdocs.vitaracharts.com/customization-guide/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.
