cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

How can I create Localization Table programatically in thingworx 8.3 ? Is there any code reference?

rborse
5-Regular Member

How can I create Localization Table programatically in thingworx 8.3 ? Is there any code reference?

 
1 ACCEPTED SOLUTION

Accepted Solutions

With the CreateLocalizationTable Snippet.

View solution in original post

4 REPLIES 4

With the CreateLocalizationTable Snippet.

rborse
5-Regular Member
(To:CarlesColl)

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);

rborse
5-Regular Member
(To:CarlesColl)

Thanks! It worked for me.

Top Tags