https://jsfiddle.net/09fqps3n/
<div class="nav-button">
<a href="#" class="button">
<svg
...
</svg>
<span>Contact Us</span>
</a>
</div>
I have WPML translator plugin, it add to domain /language in link (for example domain.com/en, domain.com/ru and so on). I created the menu on the top of my site and it translates my ul-li list.
So
I want to translate the button "Contact Us". What is the simpliest way how can i do it use JS or PHP. I imagine it something like this: when i have /ru - my button become to be "Связаться с нами"