I need to use Url Routing for ASP.NET WebForms just like the micrsoft web Site does. You type in microft.com and it redirects to microsoft/en-us/default.aspx
My application contains a lot of pages so that I need to add one routing for all pages. And also I need to write a default culture in the url if the customer does not write one.
MyWebsite/contact.aspx?lang=en => MyWebsite/en/contact
MyWebsite/contact.aspx?lang=de => MyWebsite/de/contact MyWebsite/brand.aspx?lang=de&id=12 => MyWebsite/de/brand/12