How can I create Localization Table programatically in thingworx 8.3 ? Is there any code reference?
‎Jun 25, 2018
06:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 25, 2018
06:09 AM
How can I create Localization Table programatically in thingworx 8.3 ? Is there any code reference?
Solved! Go to Solution.
Labels:
- Labels:
-
Coding
ACCEPTED SOLUTION
Accepted Solutions
‎Jun 25, 2018
06:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
4 REPLIES 4
‎Jun 25, 2018
06:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 25, 2018
06:14 AM
With the CreateLocalizationTable Snippet.
‎Jun 25, 2018
06:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 25, 2018
06:25 AM
I am trying to create Localization Table through extension SDK. Is there any code example?
‎Jun 25, 2018
06:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 25, 2018
06:36 AM
If you mean Java side, there should be an equivalent:
com.thingworx.resources.entities.EntityServices.CreateLocalizationTable(name,description,tags);
‎Jun 25, 2018
07:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎Jun 25, 2018
07:49 AM
Thanks! It worked for me.