multilingual pager problem
I posted the same issues under the Internationalization Module but no one seems to be answering my question so I thought maybe some one here can help out.
-The Issue: Views pager.
Now lets say you are looking at a list of products and you are on page 4. You decided to switch to a different language, my assumption would be that you will go to corresponding page order.
http://www.mypage.com/en/product?page=4
to
http://www.mypage.com/fr/product?page=4
but instead the switch takes you back to first page and removes everything after the "?" (?page=4) - http://www.mypage.com/fr/product
here is another thing that I found out.... the same is true for comments
http://www.mypage.com/en/product#521
switching to french will take out the last part of the url
http://www.mypage.com/fr/product
now is there a way around this where the translation link in the language menu to carry the whole URL instead of just the url alias?
there must be a way around this
