I have been working on one site in drupal which has to be in two languages. So I have already finished the project and now I m working on translations. I have translated menus and all nodes of my site. So when I switch the language from language switcher everything is ok except when with the url i sent some variable.
For instance mysite.com/node/13?id='something' if this is my original path now, when I choose another language from the language switcher the url is becoming like this mysite.com/node/13
I created a block for a front page in English. I followed the known procedure for translating a block by searching the title from Translated interface, then I found the text, translated it and saved the changes. When I switched to Arabic the title of that block remained in English. All other blocks were normally translated except this one. To help you more, I have put this block inside a pane on the front page. Also for the Block settings I have set it as All Languages (translatable). I would appreciate any hint or help in this regards.