How do you create/delete Tables and Add/Remove Entries with script?

is there a way to set LocalizedString with script? i’m making a dialogue editor and i want to add localization editing to it. it seems LocalizationString or StringTable only has getter methods. any hints?

Basicly, when i create new dialogue, dialogue editor should create a new stringtable, when i add new dialogue texts, it should create new entries inside this stringtable.

I’m stuck now becuase I can’t find any method to create/delete Tables and Add/Remove Entries.

Hi,
Yes we have lots of editor API you can use.
https://docs.unity3d.com/Packages/com.unity.localization@1.4/manual/Scripting.html#editor
https://docs.unity3d.com/Packages/com.unity.localization@1.4/api/UnityEditor.Localization.LocalizationEditorSettings.html