I have an issue trying to use three languages in the uddeIM languages. We have English and Russian working completely fine, but for some reason, it does not want to run on Estonian.
I have translated a custom file from English to Estonian both com_uddeim language folders as UTF-8 under the name of estonian.php. Additionaly I added to the script:
Code:
case "et":
$config->charset = 'ISO-8859-15';
$config->mailcharset = 'ISO-8859-15';
break;
The ISO was specified due to our special characters in our language: üõöä. That "et" part i tried both as "et" and "ee". Neither times it did not work.