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

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

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?

 
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.

Announcements

Top Tags