Hi everyone
I'm using next internationalization (multilanguage), is there any way I can change breadcrumbs dynamically? I've tried transformLabel={(title) => title + {t('custom-label')}, but the outcome is: Home 'custom label' - Kunst 'custom-label'.
Is there any other way to fix this?
Thanks in advance.
Gentian
Hi everyone
I'm using next internationalization (multilanguage), is there any way I can change breadcrumbs dynamically? I've tried transformLabel={(title) => title + {t('custom-label')}, but the outcome is: Home 'custom label' - Kunst 'custom-label'.
Is there any other way to fix this?
Thanks in advance.
Gentian