# Varbase i18n Base

The **Varbase internationalization Base** recipe provides internationalization, language management, and translation support for building multilingual Varbase sites.

## Drupal.org Project

<https://www.drupal.org/project/varbase_i18n_base>

## Included Modules

Brings in the following core and contributed modules to your site:

| Module                                                 | Purpose                                                                             |
| ------------------------------------------------------ | ----------------------------------------------------------------------------------- |
| **Language** *(in Drupal core)*                        | Allows users to configure available languages.                                      |
| **Interface Translation** *(in Drupal core)*           | Allows users to translate interface text and to switch between interface languages. |
| **Configuration Translation** *(in Drupal core)*       | Allows users to translate configuration text.                                       |
| **Content Translation** *(in Drupal core)*             | Allows users to translate content.                                                  |
| [**ECA Core**](https://www.drupal.org/project/eca)     | Core module for ECA framework.                                                      |
| [**ECA Language**](https://www.drupal.org/project/eca) | Advanced language handling within ECA.                                              |

## Installation

Apply the recipe using Drush:

```bash
ddev drush recipe ../recipes/varbase_i18n_base
```

## Post-Installation

After applying the recipe, add languages by navigating to **Administration > Configuration > Regional and language > Languages** and clicking **Add language**. Once languages are added, enable content translation for each content type under **Administration > Configuration > Regional and language > Content language and translation**.


---

# 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.varbase.vardot.com/developers/understanding-varbase/varbase-recipes/varbase-i18n-base.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.
