> For the complete documentation index, see [llms.txt](https://docs.videc.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videc.de/acron-9.3/en/anlagenkonfiguration/anlagensprache/sprachdatei.md).

# Language file

When creating a language file, ACRON searches the configuration and the reports for custom texts (e.g. names of process variables, text fields in reports, etc.) and writes them to the language file. When a language file is loaded, these texts are displayed in the left-hand column of a two-column table.

Note

The translations in the language file are displayed only in the ACRON modules.

If the default language file option is enabled for a language file, when user administration is disabled that file is used generally by all ACRON modules. When user administration is enabled this option has no effect. In that case only language files from the language file/user combination are considered.

### Default language file <a href="#standardsprachdatei" id="standardsprachdatei"></a>

This option is only relevant when user administration is disabled, and means that this file will be generally used by all ACRON modules.

### Time of last change

Time of last change of language file

### Total number of entries

Total number of entries in the file

### Number of entries without translation

Number of entries in the file without translation

### Load language file

Cross-check against the current status of the plant; in this, entries can be added, and no longer used entries can be removed.

### Range

Selection of entries from all areas or from specific areas

### Number of entries in this area

Number of entries in this area

### Number of entries in this area without translation

Number of entries in this area without translation

### Display only entries without translation

Display only entries without translation

### Table

When a language file has been loaded, the original entries are displayed in the left-hand column of the table. The associated translation texts can be entered in the right-hand column.

Note

New entries resulting from updates are displayed in green font.

The entries can be sorted alphanumerically in ascending or descending order by clicking on the 'Original' or 'Translation' column as appropriate.

### Import

To ensure compliance with the syntax rules, the import file is ideally an edited (exported) language file in csv format.

<details>

<summary></summary>

**Separated by tab**

:Group Original Translation

1 "Digital" *"digital"*

1 "Entwässerung" *"drainage system"*

1 "Denitrifikation" *"denitrification"*

**Separated by semicolon**

:Group;Original;Translation

1;"Digital";*"digital"*

1;"Entwässerung";*"drainage system"*

1;"Denitrifikation";*"denitrification"*

</details>


---

# 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:

```
GET https://docs.videc.de/acron-9.3/en/anlagenkonfiguration/anlagensprache/sprachdatei.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.
