3 April 2013

How to translate localized taxonomy terms in Drupal 7.

Source code viewer
  1. echo i18n_string('taxonomy:term:'.$term->tid.':name', $term->name);
Programming Language: PHP