Hi,
Furder:
Try to find the condition to get the current language
But not good...
Furder:
Try to find the condition to get the current language
PHP Code:
<?php
if ($LANG == 'de') {
echo 'lang is DE';
} ?>
But not good...