It looks like this:
include("components/com_xemusicfx/language/".$mosConfig_lang.".php");
I thought by replacing it like this
include("components/com_xemusicfx/language/".JDocument::getLanguage().".php");
would get me the correct filename, like: english.php or dutch.php.
No such luck.
Anybody help me?