kentico_helenag
-
9/10/2008 10:25:08 AM
RE:Language Selection Web Part
Hi Darren,
unless you would like to use documents from the default culture for un-translated documents (Combine With Default Culture in Site Manager -> Settings -> Web Site), you could re-write the switch (URLRewriter.RewriteUrl()) method in: your_project_folder/App_Code/Global.asax.cs
You could use a condition, that if the document exists in other culture, the visitor would be redirect to the home page.
Best regards, Helena Grulichova
|