-
Notifications
You must be signed in to change notification settings - Fork 4
Localization
mmtrobert edited this page Apr 23, 2025
·
3 revisions
- Make sure to setup your mod with Getting Started
- Open your CookRule and add all the StringTables in /LOC/Data/LocalizationTables/English/ and all subdirs

- Open the Localization Dashboard and select the "Game" Target, add your language like "Finnish" (hover over to see the ID, you need that later, here its "fi")

- Press Gather Text

- Translate it (you can use the Dashboard by clicking "Edit translations for this culture" or use .po files.
- Press Compile Text

- In your ModBase add your language ID to the "Modded Languages" like fi
- Go to your packaging settings and select the language to package

- Build your mod
To add a text, just create a new StringTable in your mod directory, add the key and text. Press Gather in the localization dashboard and translate as usual