Index: /trunk/WordPress/plugin/transposh/transposh.php
===================================================================
--- /trunk/WordPress/plugin/transposh/transposh.php	(revision 709)
+++ /trunk/WordPress/plugin/transposh/transposh.php	(revision 710)
@@ -1192,4 +1192,12 @@
         }
 
+        if (isset($atts['widget'])) {
+            ob_start();
+            $this->widget->widget(array('before_widget' => '', 'before_title' => '', 'after_widget' => '', 'after_title' => ''), array('title' => '', 'widget_file' => $atts['widget']));
+            $widgetcontent = ob_get_contents();
+            ob_end_clean();
+            return $widgetcontent;
+        }
+        
         if ($lang || $only_class || $nt_class) {
             return '<span ' . $only_class . $nt_class . $lang . '>' . do_shortcode($content) . '</span>';
