scenario: section template can have an external link template which will popup a message defined in the section template. Because the link template does not allow "useLanguages=yes".
section template: text_box (has value based on languages)
<FS_LIST name="st_linkList" hFill="yes" height="300">
<TEMPLATES source="linktemplates">
<TEMPLATE uid="textlinkexternal"/>
</TEMPLATES>
</FS_LIST>
link template : external.html
if (condition)
$CMS_VALUE ( retrieve from st_poptext)$
any idea how to handle this? also, open to an alternative solution.