React
Localizing the Inbox component
Learn how to localize the pre built Inbox component
Localization Prop
The localization
prop can be used to change the copywriting of the Inbox to a different language for your users or change the wording to suit your product. See the list of available keys, or use the fully typed TS auto complete to find the key you need.
Specifying the workflow name using Framework
In addition to specifying a workflow name in the <Inbox />
component, you can also specify the workflow name in your Framework definition. The name
property is optional, so if you don’t specify it, the workflowId
will be used as the name.
Now, your specified workflow name will be displayed in the <Inbox />
component:
Localized workflow name
Was this page helpful?