Localization of taxonomy term - sinsunsan/archiref_wiki GitHub Wiki
To show a term of a localizable vocabulary in the right language in drupal 6 There is the function
i18ntaxonomy_localize_terms($term);
http://drupalcontrib.org/api/drupal/contributions!i18n!i18ntaxonomy!i18ntaxonomy.module/function/i18ntaxonomy_localize_terms/6
It call i18ntaxonomy_vocabulary to retrieve all the localizable vocabulary http://drupalcontrib.org/api/drupal/contributions%21i18n%21i18ntaxonomy%21i18ntaxonomy.module/function/i18ntaxonomy_vocabulary/6
And if it's ok translate (localize the string) thanks to
http://drupalcontrib.org/api/drupal/contributions%21i18n%21i18nstrings%21i18nstrings.module/function/i18nstrings/6