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.
Example:
// Config file
Config.Language = "fr" -- fr stands for france
The name of your locale file has to be "fr.json"
Last updated