Need help in redirect page standing

Go4Expert Member
30Jul2007,09:16   #1
hoangthienphuc's Avatar
Hi everybody! I have made 2 set of language, my problem is when i want to change the current language into another language : it’s always back to main page ( because i redirect to main page if not it no work ). I want when i standing on the current page(not main page) and change language, it’s still stand on that page and not back to main page. How can i solve this problem? Thanks for any response.
Team Leader
30Jul2007,10:30   #2
pradeep's Avatar
When a language is selected set a cookie, or store in the session, as to which language should be used! Every time read the value and redirect or process accordingly!
Go4Expert Member
31Jul2007,12:27   #3
hoangthienphuc's Avatar
Thanks alot. I have done.
Team Leader
31Jul2007,13:22   #4
pradeep's Avatar
The pleasure is all mine!