Can anyone provide some insight into which method I can use to set the language/culture in an IContentFinder?
More specifically, I have an umbraco site with two variants (English and Chinese) and would like a 404ContentFinder (IContentLastChanceFinder) to find my 404 content page (iPublishedContent) and additionally set the language according to the url
i.e.
/en/this/page/is/missing/ = should set English language/culture
/cn/this/page/is/missing/ = should set Chinese language/culture
umbraco 8: set language within IContentFinder
Hi there
Can anyone provide some insight into which method I can use to set the language/culture in an IContentFinder? More specifically, I have an umbraco site with two variants (English and Chinese) and would like a 404ContentFinder (IContentLastChanceFinder) to find my 404 content page (iPublishedContent) and additionally set the language according to the url
i.e.
The code sample in the “NotFoundHandlers” section on https://our.umbraco.com/documentation/reference/routing/request-pipeline/IContentFinder still looks to be for umbraco 7 and doesn’t work for umbraco 8 1:1 multilingual site.
Thanks, Andrew
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.