Localize Heretto Deploy Portal text strings
The portal interface needs to be localized for each language you want to support.
By default, the portal UI text strings are in English (en). You can customize and localize the text strings.
Guides
list_alt
The portal interface needs to be localized for each language you want to support.
By default, the portal UI text strings are in English (en). You can customize and localize the text strings.
i18n
statement. "i18n": {
"en": {
"label.tenant": "eboat",
"label.section": "All Sections",
"label.home": "Home",
"label.sections": "Sections",
"label.section-contents": "${label.section} ${label.contents}",
"label.contents": "Contents",
"label.filters": "Filters",
"label.related": "Related",
"label.resources": "Resources",
"label.articles": "Articles",
"label.featured": "Featured",
...
}
}
"i18n"
statement, perform the following steps."en"
block, and paste a new entry after the close bracket for "en"
."en"
to the appropriate two-letter code.When you activate the new locales in the portal deployment, the text strings in the user interface will be in the corresponding locale.