Axinom Mosaic Libraries
    Preparing search index...

    Interface EntityLocalization

    The localization for a single locale.

    interface EntityLocalization {
        fields: EntityLocalizationField[];
        language_tag: string;
    }
    Index

    Properties

    Properties

    An array of objects containing fields data for specific locales.

    language_tag: string

    The language code of the locale.