Hello everyone,
I'm currently developing some self-service flow steps. While the overall installation and usage process works smoothly, I’ve been wondering: has anyone successfully gotten label translations to work?
According to Adobe’s SSFS Interface, each attribute should support one or more i18n objects, defining the corresponding field label in the desired language. While en_US is mandatory, other languages should also be supported. From what I understand, it should be possible to add translations for the languages available in the Marketo UI.
Marketo only offers UI support for a fixed set of languages,
While English works perfectly, I haven’t been able to get any other language to display correctly.
What’s your experience with this? Have you successfully added language support to your self-service flow steps?
Please see an example from one of my attempts below
{
"apiName": "form",
"dataType": "string",
"i18n": {
"de_DE": {
"name": "Formularname",
"description": "Das Formular, das ausgefüllt wurde"
},
"en_us": {
"name": "Form Name",
"description": "The form that was filled out"
}
}
}
Kind regards
Wolfram