Hi Kash,
They sent me this email and with this code you can see the flags in the header:
EMAIL:
How can I add the plugin interface without using the sidebar widget?
Just add the following line to your template:
<?php if(function_exists(“transposh_widget”)) { transposh_widget(); }?>
If you want to use a widget style other than the default style and title, you can use something like:
<?php if(function_exists(“transposh_widget”)) { transposh_widget(array(), array(‘title’ => ‘Translation’, ‘widget_file’ => ‘flags/tpw_flags.php’)); }?>
The widget file is actually the location of the widget source file in the widgets sub directory, you can see all the possible options in our development site. Some intereting options include
‘flags/tpw_flags_css.php’
and
‘select2/tpw_select2.php’
. You may also check all the current options in our widget gallery.
Best,