> For the complete documentation index, see [llms.txt](https://zauctionhouse.groupez.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zauctionhouse.groupez.dev/configurations/item-translation.md).

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