# Sub-languages

Sub-languages are summarily defined in the Administrator Guide and can be defined following the procedure below:

1. Go to platform settings
2. Pick the “languages” section
3. Enable the sub-languages feature
4. Click the “Platform languages” link in the first setting of this section to get to the languages list
5. Click the U.N. flag with a yellow star icon next to the parent language to define a new sub-language
6. Return to the languages list
7. Click the double arrow icon to redefine some specific terms (and redefine some)
8. Change the language for one of the platform users (can be yourself)
9. Disconnect and connect as the changed user
10. You should see the transformed terms

Of course, once these 10 steps have been followed, changing new terms is just a matter of 3-4 steps.


---

# 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.chamilo.org/1.11.x/developer-guide/global_settings/sub-languages.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.
