Skybrud.Umbraco.Redirects
Skybrud.Umbraco.Redirects copied to clipboard
Multilingual issue
I think there's an issue if you have a multilingual tree. Let's assume there are two cultures defined on the site:
- de-DE (default)
- fr-FR
I go to the backoffice and switch the tree to fr-FR. Then i create a content-redirect:
As you see, the url seems correct but if i then open /frtest
it takes me to the german version. Most probably becaue the url of the content item is just fetched with .Url()
without culture parameter, so it takes the default culture.
Any ideas? 😊
Hey @abjerner, any updates on this one? 🙂
Hi @woodi123
It's not something I currently have a good solution for.
For one, we're currently using Umbraco's link picker overlay for selecting the destination, which doesn't support selecting a culture. To support cultures, we'd either have to fully rewrite Umbraco's overlay or build something around it - both something that would take some time to implement.
People are also likely to have different opinions on how this should work, so there probably also goes some time into determining the correct approach.
Hi @abjerner
Thanks for the feedback. I see your points.
Hoping, that you'll find a solution soon 😊
@woodi123 I realize that this may no longer be relevant for you, but the U10+ package now supports culture specific redirects.
Eg. in the example below, my about page varies by culture, so I'm now able to select whether the redirect should go English or the Danish version of the page.