Change Language

Installation guide and fundamental concepts of crm-core.

All CoreM scripts use the crm-core language system, which means you only need to set the language once, and it will automatically apply to every CoreM resource you have installed.

To change the language for all CoreM scripts, add the following line to your server.cfg:

setr crm-core:language "en"

Replace "en" with any supported language code.


Language Supported

Code
Language

en

English.

fr

French.

bg

Bulgarian.

de

German.

es

Spanish.

hu

Hungarian.

it

Italian.

ar

Arabic.

nl

Dutch.

pt

Portuguese.

ro

Romanian.


Editing Sentences

If you want to customize or rewrite any sentence, you can easily do it.

Every CoreM script includes a folder named:

To change a sentence:

  1. Open the language file you are using (crm-en.json, for example).

  2. Edit any value on the right side.

Last updated