Localization
Creating Localizations
You first need to create a localization file. A localization file is formatted as a list of "term", "localization"
entries. (Space is required!)
Excerpt from the English localization:
You can use the Template Spreadsheet to get started.
Use the Your Localization Here column to write your localizations, and copy the Output Localization (without the header row) into a text file called <YourLocalization>.language
(any extension is possible).
Adding Localizations
If you plugin does not have PluginPath
defined, you need to do so with
Final Steps
For the localization to load, you need to put it in the appropriate location. For the example, this would be /Assets/<YourLocalization>.language
relative to the root folder containing the .dll
Directory structure: