How to translate localized taxonomy terms in Drupal 7.
Source code viewerecho i18n_string('taxonomy:term:'.$term->tid.':name', $term->name);Programming Language: PHP