> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/specific-options/language-translation/export-and-import-lang.md).

# Export and Import Lang

In this area are presented the two options related to the process of exporting and importing languages.

### Export Multi Lang

By clicking on this option, the system asks if you want to export the multi-language strings to a file type. This can be:

* Kalipso Format
* Excel Format

When choosing the export process to an Excel format the following window appears:

![](/files/-M_zCdeTA9-1B2XoPVYJ)

Then you can choose all the languages associated to the project that you want to export. On the right are two buttons that allow selecting all or deselecting the languages in the list. After the selection just click "Export".

The image illustrates the process to export to an Excel Format. If you choose to export to a Kalipso Format the window is the same, only the file exported is different.

### Import Multi Lang

By clicking on this option, the system asks if you want to import the multi-language strings from a file type. This can be:

* Kalipso Format
* Excel format

By clicking on this option, the system opens Windows Explorer to be able to select the file to import and add it to the project.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/specific-options/language-translation/export-and-import-lang.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
