Configuration

Translation

Learn how to change the translation of the resource.

Changing the Translation

  1. Open config.lua in the resource folder.

  2. Locate the following line:

    Translation = 'en-US'
  3. Replace 'en-US' with the language code of your choice. A list of supported languages can be found in the translations folder.

    • To add a new language, copy the en-US.lua file and rename it with your desired language code. Modify the file contents as needed.
  4. Save the file and restart the resource.

On this page