2015-10-05, 02:36:01
Ok I will quote myself:
You use the I18n plugin, so as I said before you should do this:
Quote:If you use the I18N plugin, you should test for $language == 'de'
You use the I18n plugin, so as I said before you should do this:
PHP Code:
<?php if ($language == 'nl') {
echo 'lang is NL';
} ?>