
- Key
- Values - strings that are used in the end-user interface, according to the language set for the generated solution
- Edit - button used to edit substitution tags
- Delete - button used to delete substitution tags
- New value - button used to add a new substitution tag
- Breadcrumbs menu:
- Import
- from JSON
- from CSV
- Export
- to JSON
- to CSV
- Import
- Search by - search function used to easily look for a particular substitution tag
Adding new substitution tags
To add a new substitution tag, follow the next steps.- Go to FlowX Designer and select the Content Management tab.
- Select Substitution tags from the list.
- Click New value.
- Fill in the necessary details:
- Key
- Languages
- Click Add after you finish.
When working with substitution tags or other elements that imply values from other languages defined in the CMS, when running a process, the default values extracted will be the ones marked by the default language.
Getting a substitution tag by key
Example
Localizing the app
You must first check and configure the FLOWX.AI Angular renderer to be able to replicate this example. Click here for more information.
flxLocalize pipe is found in the FlxLocalizationModule.
Task Management localization
Substitution tags are essential for localizing Task Management interfaces. FlowX.AI provides 51 system substitution tags (prefixed withsys_tm_*) specifically for Task Management localization:
Available since: FlowX.AI 5.1.1
- Table columns (title, stage, assignee, status, priority)
- Process states (created, started, finished, etc.)
- Task actions (assign, hold, unassign, execute)
- Bulk operations
- History events and comments
- User selection dialogs
Task Management Localization
Complete guide to localizing Task Management with all 51 substitution tags. Table grid localization is automatic.

