Skip to Content
CoreChange Language

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

CodeLanguage
enEnglish
frFrench
bgBulgarian
deGerman
esSpanish
huHungarian
itItalian
arArabic
nlDutch
ptPortuguese
roRomanian

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
  1. Open the file for the language you use (for example crm-en.json).
  2. 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.