Question
How can I fetch token from specific Localization Table programatically through extension SDK in twx?
I am trying to fetch token from specific Localization Table (i.e. only from the Localization Table named as "es") through the extension SDK in thingworx.
I am using "com.thingworx.localization.LocalizationTable.GetToken" api. But it always returns the token value from the "Default" Localization Table. I also tried "com.thingworx.localization.LocalizationTable.setName" api to set the name of the expected Localization Table but it didn't worked.
Can I get any code reference in java?

