Languages

Change the language of the script

Built-In Language Packs

You can change the language by configuring:

Config.Locale = "en"

Here are the built-in language packs:

Language
Code

English

en

French

fr

Spanish

es

Adding a New Language

  1. Create a copy of locales/en.json and rename it to your language code ( etc. Dutch --> nl.json )

  2. Now translate each string in the file to your language!

  3. Finally set Config.Locale found in the config to your language code. For example: Config.Locale = "nl"

circle-info

We recommend joining our Discordarrow-up-right to see if other customers have already created the language you're looking for. You can also get additional support from the community and our team there.

Last updated