Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Solved! Go to Solution.
With the CreateLocalizationTable Snippet.
I am trying to create Localization Table through extension SDK. Is there any code example?
If you mean Java side, there should be an equivalent:
com.thingworx.resources.entities.EntityServices.CreateLocalizationTable(name,description,tags);
Thanks! It worked for me.