# How to disable the language system

### Go to the main configuration of CORE XG7Plugins and find these two sections:

```yaml
lang-enabled: true

main-lang: en
```

To disable this language system, simply change the “lang-enabled” part to false.

```yaml
lang-enabled: false
```

The default message file will be the file written in “main-lang”. Main-lang must have the name of a configuration file in the langs/ folder. **(YOU DO NOT NEED TO ADD .yml AT THE END)**
