Hey there,
we are having some issues with Multi-Languages.
We have project with two languages and we sometimes have to use the String-Translations:
For example:
<?php echo __("Text in German");?>
As soon as I try to translate this string i get the Exception "Unable to load textdomain".
Someone got an idea what the solution could be? Would be very thankful about it!