Custom Strings
Appmixer SDK allows you to change all the strings of all the UI widgets it provides (Designer, FlowManager, Insights, ...). This is especially useful to localize the entire Appmixer UI.
Setting Custom Strings
var appmixer = new Appmixer({ baseUrl: BASE_URL });
appmixer.set('strings', STRINGS);Structure of the Strings Object
appmixer.set('strings', {
ui: {
flowManager: {
search: 'Search flows',
header: {
buttonCreateFlow: 'Create new Flow'
}
}
}
});Complete Strings Object
Time Localization
Pluralization and Strings with Variables

Was this helpful?
