In the website home page, I have added one button using the odoo snippet.
button ( Website Eng language) :
<a href="/details/" class="blue btn btn-gamma" style="font-size: 16px;">
<span > More Details </span>
</a>
Using the .po file I have translated the button name in german language ( Mehr Details ). How can I change the button URL when language is changed?