add English back in and it now only uses the French version
So does anyone have any solution to this? I do not want to create custom handlers as umbraco out of the box should already support this, and is even documented as saying so.
Ok...then I'm afraid it's probably a bug - I think you should file an issue if none already exists about this.
I don't have any ideas about how to work around it unfortunately. Since it's working fine as long as the default entry is just not there the usual suspects can be ruled out I think.
I can see we're using the full ISO code for the languages (i.e., "en-US" instead of just "en") which you're not (don't know how fallbacks should work in this case - depends on what Umbraco is asking for, I guess?). Also, there had to (probably still have to) be hostnames assigned to the nodes.
Topic author was deleted
404 Error Pages don't respect Culture
Umbraco version 7.2.4
My current code looks like (and before anyone says this - YES - I have added the PassThrough setting into web.config)
Doesn't work - will only return the English version
works - now returns French version as expected
add English back in and it now only uses the French version
So does anyone have any solution to this? I do not want to create custom handlers as umbraco out of the box should already support this, and is even documented as saying so.
Hi Stephen
Is it the same behavior if you put the default last so it looks like
Remember to recycle the app pool afterwards.
/Jan
Comment author was deleted
I'm afraid not. The weird thing is all other dictionary items work.
I made the change, then rebuilt solution (built, rebuilt and cleaned many times) and it still only shows the English version.
I have also pushed to my live site, recycled and it still doesn't work.
Hi Stephen
Ok...then I'm afraid it's probably a bug - I think you should file an issue if none already exists about this.
I don't have any ideas about how to work around it unfortunately. Since it's working fine as long as the default entry is just not there the usual suspects can be ruled out I think.
/Jan
Hi Stephen,
Maybe have a look at this thread - we did find there to be a few kinks, but also a workaround that worked: Setting up error pages in a multilingual site.
I can see we're using the full ISO code for the languages (i.e., "en-US" instead of just "en") which you're not (don't know how fallbacks should work in this case - depends on what Umbraco is asking for, I guess?). Also, there had to (probably still have to) be hostnames assigned to the nodes.
Hope you get it working,
/Chriztian
Comment author was deleted
Indeed this is a bug within the system, but the workaround atm is to include a domain in the "Hostnames and Cultures" section.
is working on a reply...