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
Brandon Gano - 25 Jul 2007 07:34 GMT
I don't think you can localize URLs. You could use a session variable or a
cookie to save the language code instead.
> Hi
>
[quoted text clipped - 13 lines]
>
> thanks