ThingWorx Model Definition in Composer > System > Localization Tables > Packaging Extensions with Localization Tables
Packaging Extensions with Localization Tables
If you are creating an extension that requires its own localization tokens and values, do the following:
* 
Deleting an extension does not delete any localization tables imported through the extension. Localization tables imported through extensions must be deleted manually.
1. Use namespacing conventions for token names.
For more information, see the Localization for Applications section in the Widgets topic.
2. Export localization tables using the token prefix filter set to the correct namespace.
3. Include the exported localization tables in the extension package.
Was this helpful?