<LANGUAGE=xx>
Tag Function:
- Creates a full link to switch between any alternative language provided the template files are present.
Rrequires each alternative language template to be present.
Reference Alternative Language for more information.
Main Usage:
- Used within any template to dynamically recall and load the full link to switch between any alternative language.
Examples:
In your templates, you can use the tag like this:
<LANGUAGE=PL>
<LANGUAGE=NL>
Sample Output:
Using the code above will generate the following when the template is run:
<a href="./index.php?showimage=1&lang=PL">Polskiego
</a>
<a href="./index.php?showimage=1&lang=NL">Nederlands
</a>
OtherTags
<< <ALTERNATIVE_LANGUAGE> | TemplateTags | <ERROR_MESSAGE> >>