String IDs for text customization
Developers can now customize a specific occurrence of a visible text string in the ThoughtSpot UI using the stringIDs
object in the customization interface.
To locate the string IDs, SDK provides the exposeTranslationIds
attribute. By setting exposeTranslationIds
to true
in the Playground, you can find the string ID of the UI text and use it in your customization code.
Additionally, the SDK provides the StringIDsUrl
attribute to allow using a JSON file with string IDs and custom strings to override the visible text in the UI.
For more information, see Customize text strings.