Taxonomy routing conflicts of multi-language
Author: yqzhen1990Created Feb 14, 2025Updated Sep 7, 2026
Describe the bug
I added LocalizationPart to the taxonomy type and created English and German versions of Tags. English verstion : localhost:5001/tags; German version : localhost:5001/de/tags; After I saved the English version of tags and visited localhost:5001/de/tags, All the tag terms displayed on the page were German letters but English version tag permalink, and the when you click to visit the tag term just like : localhost:5001/de/tag/earch it response with a 404 error.
Orchard Core version
2.1.5
Logs and screenshots
Source: OrchardCMS/OrchardCore