In the FAQ section I found on the official site, I can read:
I don’t use Widgets, how do I get a Language Switcher?
Postby Qian Qin » Thu Jun 19, 2008 2:42 pm
Just put qtrans_generateLanguageSelectCode($type) in your Templates. If you set $type = ‘image’, flags will be used, $type = ‘both’ will show flags and language, $type=’dropdown’ will generated a dropdown list instead, default is ‘text’. Example:
<?php echo qtrans_generateLanguageSelectCode('both'); ?>
I used that code but flags appear in vertical arrangement, I'd like them to be side by side, on the same horizontal line. Is there a way? Could someone explain me what shoud I edit? Thanks a lot