XML Schema Localization

Hey! I see the version 6.12.0 is will have more languages than English and Norsk. In the future we’ll have localization for components too? What I mean is: Today we have a “display-name” property that is mandatory in the content type definition. We could also have for example “display-name-no” for a Norsk name or even “display-name-es” for Spanish?
Ref:
<content-type>
    <display-name>Article</display-name>
    <display-name-no>Artikel</display-name-no>
    <display-name-es>Artigo</display-name-es>
    <super-type>base:structured</super-type>
    <form>
        …
    </form>
</content-type>

Yes. This is already in the backlog. The localization of schemas will be based on the same system as you have for localization of apps, and rather than typing “Article” in display-name, you will add a key reference to the translation entry :slight_smile:

2 Likes