Index: taxonomy_super_select.module
===================================================================
--- taxonomy_super_select.module	(Revision 737)
+++ taxonomy_super_select.module	(Arbeitskopie)
@@ -87,13 +87,16 @@
         }
       }
     }
-    
+
     // Go through each enabled vocab and create taxonomy super select
     foreach ($valid_vocabs as $vid => $input) {
       // Get root terms for vocabulary only
       if (!$terms = taxonomy_get_tree($vid, 0, -1, 1)) {
         continue;
       }
+      if (module_exists('i18ntaxonomy')) {
+        $terms = i18ntaxonomy_localize_terms($terms);
+      }
       $form['taxonomy'][$vid] = _tss_branch($vid, $vocabularies[$vid]);
       if ($tags[$vid]) {
         $form['taxonomy'][$vid]['tags'] = $tags[$vid];
@@ -321,4 +324,4 @@
     variable_del('taxonomy_super_select_vid_'. $vid);
 
     }
-  }
\ No newline at end of file
+  }
