memphisbelle 99 Posted March 18, 2009 Hey all2gether, I´ve a question. I have a english sound file and wanted to become the sidechat text in english AND german. Is there a possibilitie to get the sidechat text displayed in several languages? I tried it out by using my stringtable and respective values. In this case: Quote[/b] ]s2 sideChat "@STR_mytext" I also tried the script variant of the String Quote[/b] ]s2 sideChat "$STR_mytext" But none of them are working. Any Ideas how I could handle that? I really apriciate any help. Thanks MemphisBelle Share this post Link to post Share on other sites
i0n0s 0 Posted March 18, 2009 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">s2 sideChat localize STR_mytext Share this post Link to post Share on other sites
Przemek_kondor 14 Posted March 18, 2009 <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">s2 sideChat localize "STR_mytext" Share this post Link to post Share on other sites
memphisbelle 99 Posted March 18, 2009 Thanks, it works. Share this post Link to post Share on other sites