Hi,
Thanks for help
i use I18N My standard language is dutch nl_NL
if i do
Nothing show
If i do
It show everywhere 'lang is NL' uniform which language I choose.
for the moment i got the language var from my header.inc.php
Thanks for help
i use I18N My standard language is dutch nl_NL
if i do
PHP Code:
<?php
if ($LANG == 'de_DE') {
echo 'lang is DE';
} ?>
Nothing show
If i do
PHP Code:
<?php if ($LANG == 'nl_NL') {
echo 'lang is NL';
} ?>
It show everywhere 'lang is NL' uniform which language I choose.
for the moment i got the language var from my header.inc.php
Code:
global $language;