Set & See, Localization Key

Greetings

For those of you who use CSV files to localize your projects into multiple languages, I’ve developed an addon that allows you to add and view the values ​​of CSV table reference keys in Nodes (such as ‘Label’, ‘RichTextLabel’, ‘Label3D’, etc.) via their ‘Text’ field, as well as in variables created in scripts.

This would be useful for placing all the keywords in menus, object tabs, dialogs, etc.

The addon is available in the Asset Store. For more detailed documentation, I recommend checking the repository I’ve linked on the page.

Set & See Localization Key Addon

Here are some images:

PD: If you have any suggestions or comments, please feel free to share them here.

1 Like

New version 1.2 available:

  • Adjustments have been made and bugs fixed.

  • And most importantly, a new feature has been added: a new button node, “SetAndSeeButtonEditor”. It’s designed to be added to embedded/floating plugins in the Editor, especially those of the ‘Graph-based’ type, although it would also work with any other plugin integrated into the Editor.

    • The button has two properties: Mode and Target Text Node.

      • Mode: These are the classic ‘Set’ and ‘See’. When the button is pressed, it activates the corresponding window.

      • Target Text Node: This must be a node with the Text property, to which the effect of the selected mode is applied.

  • Now, the language value field in the ‘Set’ and ‘See’ windows supports the ‘BBCode’ format.

I have new features in mind for version 1.3. As you know, you can let me know any questions or suggestions here.