AI OnAI Off
Hi!
There is no functionallity out of the box for this. The languages files are only meant as examples in different languages.
If you need to implement this, you could extend the functionallity on the 404Notfound page. As an example, you could try getting the language by checking the language segment or the top level domain of the url that is causing the 404.
I'm using the BVN 404 Handler plugin for both 404-redirection and 404-pagenotfound. Sadly enough I can't get the 404NotFound.aspx to work together with the four different language-files,
bvnerrorhandlerSV.xml
bvnerrorhandlerNO.xml
bvnerrorhandlerDK.xml
bvnerrorhandlerFI.xml
No matter what language i'm visiting the site on, i only get the swedish language.
How do i get my 404NotFound.aspx to respond to different languages?
Any suggestions?