marsupilami007
IS-IT--Management
Hi,
At I installed an SWF (top/left corner) that is controled by an XML. Since this is a bilingue website >> pt/en, when you press the flags the URL change to "pt" or "en" and the content is translated. What I need is that the XML controlled SWF show also translated content according with the URL having "pt" or "en". So I need something like:
<xsl:if test="[the language code in the URL]!='pt'">
...
</xsl:if>
<xsl:if test="[the language code in the URL]!='en'">
...
</xsl:if>
Can you help me on this?
best regards
Paulo
At I installed an SWF (top/left corner) that is controled by an XML. Since this is a bilingue website >> pt/en, when you press the flags the URL change to "pt" or "en" and the content is translated. What I need is that the XML controlled SWF show also translated content according with the URL having "pt" or "en". So I need something like:
<xsl:if test="[the language code in the URL]!='pt'">
...
</xsl:if>
<xsl:if test="[the language code in the URL]!='en'">
...
</xsl:if>
Can you help me on this?
best regards
Paulo