How to add StringTable data(entries) from our script for Localization purpose.
Hi Folks, I have tried to insert entries in the StringTable but data added only for the first column( Locale in the table). My query is to add data to all columns of the StringTable. Here below is the one-line code that I was used to inserting data(entries).
stringTable.AddEntry("key data", "col entry data");
Please guide me on a possible way to store string data in StringTable in the localization table.
@karl_jones Actually I am looking for an editor script.
UnityEditor: 2019.3
Localization: 0.6.1-preview
VS Code: 1.1.3
Answer by brijesh_w7 · Feb 25, 2020 at 12:38 PM
Hello
I found the solution but after few days I post the demo soon.
Thanks
Your answer
Follow this Question
Related Questions
Trim / Cut off parts of a Model in editor 0 Answers
Why does the 'Edit Script' button not open any external editor? 2 Answers
Unity scripts wont open 0 Answers
How to change the text of EditorGUILayout.TextField 2 Answers
String dropdown on Unity Event 1 Answer