Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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.