Community Tip - You can change your system assigned username to something more personal in your community settings. 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.