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

