Gday Guys, I have added multi language support for this ( just variation on code )
Code:
<!--added text to speech-->
<a href="javascript:void(0);"
onclick="get_id('post_message_$post[postid]','en','fm');">
<img src="images/misc/speak_en.png" alt="Speak English" width="72" height="22" border="0"
style="margin-right:0.4em;"/></a>
<a href="javascript:void(0);"
onclick="get_id('post_message_$post[postid]','es','fm');">
<img src="images/misc/speak_sp.png" alt="Speak Spanish" width="72" height="22" border="0"
style="margin-right:0.4em;"/></a>
<a href="javascript:void(0);"
onclick="get_id('post_message_$post[postid]','it','fm');">
<img src="images/misc/speak_it.png" alt="Speak Italian" width="72" height="22" border="0"
style="margin-right:0.4em;"/></a>
<a href="javascript:void(0);"
onclick="get_id('post_message_$post[postid]','hi','fm');">
<img src="images/misc/speak_in.png" alt="Speak Indian" width="72" height="22" border="0"
style="margin-right:0.4em;"/></a>
<!--end text to speech-->
New images attached