Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. 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.