Try to do the following :
1-Change in your skin.html :
Code:
<a href="someplace.com">My Link</a>
into :
Code:
<a href="someplace.com">document.write(ZmMsg.myLink)</a>
2-create a new file ZmMsg.properties in the "messages" folder of your skin.
3-In this file, write :
4-repeat 2 and 3 for each language you want to handle.
example to handle french language :
-create a new file ZmMsg_fr.properties in the "messages" folder of your skin.
-In this file, write :