sitemap not localizing my url

  • Thread starter Thread starter fredd00
  • Start date Start date
F

fredd00

Hi

I'm using a sitemap to fill a menu control in a user control in a
master page.
i have enabled localization of the sitemap,
sitemap resx files are in the globalresource folder

the title is being localized but the url is not

how can i localize the url ?

the only difference is that i append different query string in the url
to keep the language.

is the url localizable ?

thanks
 
I don't think you can localize URLs. You could use a session variable or a
cookie to save the language code instead.
 
Back
Top