Drupal 7 - Convert Taxonomy term id (tid) to alias url path
$url = drupal_lookup_path('alias', 'taxonomy/term/'.$known_tid, $lang_code);