I'm working on multilanguage web site.
I've found some problem about localization, when I'm in Product Viewer I'm able to swith between my enabled languages and the url is fine with the right localized page name inside.
The problem is when I'm into Category Viewer, when I'm in default language the urls are right (es.
http://www.test.it/it-it/...Viewer/brown-fedora) but when I change language the url's generated are bad (es.
http://www.test.it/en-us/...-fedora/Default.aspx instead the right one
http://www.test.it/en-us/...S/slug/brown-fedora) and if I click over I receive this error:
[quote]404 Not Found
The requested Url does not return any valid content.
Administrators
Change this message by configuring a specific 404 Error Page or Url for this website.[/quote]
Any help about how to fix it!??