Hi! It's my first time here, sorry if I'm doing wrong.
I'm using qTranslate in a multilanguage site, the pages are correctly translated because the url changes correctly like:
contact/?lang=es
but when a page is a gallery itself the param 'lang' doesn't appear like:
?gallery=art&lang=es
it's always: ?gallery=art
and it returns all the site (menus, pages) to the default language.
I've read lots of posts but I couldn't find anything about this.
Thank you.
PD: I don't want the gallery translated, just keeping the lang param to keep the site in the chosen language. Thank you again.