I have a multiple language site with Friendly url enabled. The site is running CMS 5 SP2. The problem i have is related to friendly urls. I generate a RSS feed and I therefore need to manually generate the urls in the feed as friendly. I use the following lines of code:
I guess the problem is that the ConvertToExternal method generates a faulty url when the language is set to anything else than the original language. A generated (faulty) url:
I have a multiple language site with Friendly url enabled. The site is running CMS 5 SP2. The problem i have is related to friendly urls. I generate a RSS feed and I therefore need to manually generate the urls in the feed as friendly. I use the following lines of code:
http://website/sv/Sitename/about/Press-releases/?releaseid=1107000,
but it should look like this:
http://website/sv/om/Pressreleaser/?releaseid=1107000