Locales

You can find the files in the locales folder. You can easily create a new file to create a new locale or edit the existing files.

Make sure that Config.Language is set to the file name without the extension.

Example:

// Config file
Config.Language = "fr" -- fr stands for france

The name of your locale file has to be "fr.json"

Last updated