Multilingual Support
This guide explains how to enable and configure multilingual support, including dialog translation, system messages, NPC strings, and in-game language switching.
1. Enabling Multilingual Support
To enable multilingual support, edit the customs.properties file and set:
MultiLangEnable = True
Also make sure to define the default language of your server:
MultiLangDefault = en
- Uses ISO 639 language codes
- Default is
en(English)
Then, specify which languages are allowed:
MultiLangAllowed = en,es,pt
2. Dialog Localization
Configuration
Dialogs localization is enabled automatically when MultiLangEnable = True.