> For the complete documentation index, see [llms.txt](https://standards.spdci.org/standards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://standards.spdci.org/standards/dci/translation.md).

# Translation

If you prefer to read the DCI Standards website in your own language, you can use one of the following methods.

### Option 1: Translate Using Google Chrome (Recommended)

1.

```
1. Open the DCI Standards website:\
```

```
   [https://standards.spdci.org/standards](https://standards.spdci.org/standards)
2. Right-click anywhere on the page.
3. Select **Translate to \[your language]**.
4. If the translation prompt does not appear, click the **Translate** icon in the Chrome address bar and choose your preferred language.

> This feature is available in Google Chrome and some Chromium-based browsers such as Microsoft Edge.
```

<figure><img src="/files/PkrUnxvNcrNdcaS06TRg" alt=""><figcaption></figcaption></figure>

### Option 2: Translate Using Google Translate

You can also open the website directly through Google Translate.

Use the following format:

```
https://translate.google.com/translate?sl=auto&tl=<language_code>&u=https://standards.spdci.org/standards
```

Replace `<language_code>` with your preferred language.

#### Example

To translate the website into French:

<https://translate.google.com/translate?sl=auto&tl=fr&u=https://standards.spdci.org/standards>

Some common language codes include:

| Language             | Code  |
| -------------------- | ----- |
| Arabic               | ar    |
| French               | fr    |
| Spanish              | es    |
| German               | de    |
| Portuguese           | pt    |
| Italian              | it    |
| Turkish              | tr    |
| Chinese (Simplified) | zh-CN |

{% hint style="info" %}

* The translation is generated automatically by Google Translate.
* While most content is translated accurately, technical terminology may not always be translated perfectly.
* For the most accurate interpretation of technical standards, the original English version should be considered the authoritative reference.
  {% endhint %}


---

# 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://standards.spdci.org/standards/dci/translation.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.
