# Item Translation

You can translate the items that will be displayed in messages into another language. To do this you need to enable the `enable-itemstack-translation` option in the config.yml file You must also define your language by the following list:<https://github.com/Maxlego08/minecraft-assets/tree/1.21/assets/minecraft/lang>

By default the plugin will download all translations available in the `zAuctionHouseV3/langs` folder, you only have to change the language value to define your own language.

```yaml
# Allows to define the langs file for your server, this option only works for servers in 1.13+
# You can find the translation file here: https://github.com/Maxlego08/minecraft-assets/tree/1.21/assets/minecraft/lang
# The file must be placed in the folder zAuctionHouse/langs
# The file name must be in the following format <country>-<language>, so for France it's will be fr-fr
language: 'fr-fr'

# If this option is enabled then the plugin will download all translation files when the zAuctionHouse/langs folder does not exist
# This saves you time and does not have to choose the file to download.
download-all-langages-files: true

# This option allows to translate the name of items in the language you have defined
enable-itemstack-translation: true
```


---

# 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://zauctionhouse.groupez.dev/configurations/item-translation.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.
