I have the following (incredibly basic) language links in my Magento 1.7 store.
<div class="language-selection">
<a href="?___store=ana_mas_spain_store_view_english">English</a> |
<a href="?___store=ana_mas_spain_store_view_spanish">Spanish</a>
</div>
What would be the easiest way to hide the currently selected language? So if the user clicked Spanish, the only text link that remains would be the English link.
Any pointers would be appreciated.
You can try it: