You can also overcome your problem by making you own language switcher using custom HTML module.
Just put links with flags images inside.
Code:
<a href="http://www.interkart.nl/index.php/en/"> <img src=".../eng.png" ...
<a href="http://www.interkart.nl/index.php/de/"> <img src=".../ger.png" ...
...