Change Language
Every CoreM script shares the crm-core language system. Set the language once and it applies automatically to every CoreM resource you have installed.
Set the language
Add the following line to your server.cfg, replacing "en" with any supported language code:
server.cfg
setr crm-core:language "en"Supported languages
| Code | Language |
|---|---|
en | English |
fr | French |
bg | Bulgarian |
de | German |
es | Spanish |
hu | Hungarian |
it | Italian |
ar | Arabic |
nl | Dutch |
pt | Portuguese |
ro | Romanian |
Customise the wording
Want to reword a message? Every CoreM script ships with a crm-locales folder containing one file per language:
- crm-en.json
- crm-es.json
- crm-fr.json
- …
- Open the file for the language you use (for example
crm-en.json). - Edit the value (the text on the right) to whatever you like.
Don’t change the keys (the text on the left) — only edit the values. Keeping the keys intact ensures your custom wording survives future updates.