When we create a dynamic page that requires a post back and if that page is only available in base language, after any post back on the page, the URL is getting changed to the base (fallback) language page (i.e. English) even though our site is running in different language.
Say, we are viewing the site in "en-gb" version, and we have a page with a combo box, when we change the value in that combo, the post-back is redirecting the user to "en" version of the page.
Hi,
When we create a dynamic page that requires a post back and if that page is only available in base language, after any post back on the page, the URL is getting changed to the base (fallback) language page (i.e. English) even though our site is running in different language.
Say, we are viewing the site in "en-gb" version, and we have a page with a combo box, when we change the value in that combo, the post-back is redirecting the user to "en" version of the page.
Thanks in advance for any help.