Hi Guys,<div><br></div><div>I&#39;m using rate module for voting. When an anonymous user clicks on the voting widget, the user is redirected to a url &quot;user/login-to-rate&quot;. I&#39;m also using i18n for localization. The issue with both of these together is that when I&#39;m on a page with the URL &quot;en/my-url&quot; and I click on the voting widget, I&#39;m redirected to &quot;de/user/login-to-rate&quot; where &quot;de&quot; is my default language. Ideally the user should be going to &quot;en/user/login-to-rate&quot; i.e. user selected language should be respected.</div>
<div><br></div><div>Going into details, I find that the rate module calls url function:</div><div>







<p class="p1"><span class="s1">print</span><span class="s2"> </span><span class="s1">url(</span>&#39;user/login-to-rate&#39;<span class="s1">, </span><span class="s2">array</span><span class="s1">(</span>&#39;query&#39; <span class="s1">=&gt; $query, </span>&#39;absolute&#39; <span class="s1">=&gt; </span><span class="s2">TRUE</span><span class="s1">));</span></p>
</div><div>and here there is no language paramater that is passed which means the default site language gets selected. </div><div><br></div><div>Am I missing something here in the configuration? Has anyone faced a similar problem and can help?</div>
<div><br></div><div>-- <br>Cheers,<div>Mukesh Agarwal</div><div>________________________________</div><div><font color="#999999"><a href="http://www.innoraft.com" target="_blank">Innoraft Solutions</a>  || </font><span style="color:rgb(153,153,153)">+91 8017220799</span></div>
<br>
</div>