Axinom Mosaic Libraries
    Preparing search index...
    LocalizationGenerator: (params: LocalizationGeneratorParams) => string

    Generates the routes for the localization station.

    Type Declaration

    const generator = app.getData('localization-registration');
    const entryPoint = generator({
    root: '/movie/:id',
    entityIdParam: 'id',
    entityType: 'movie',
    });