jDiction 2.2.0 released. http://jdiction.org/downloads
com_tags loads it content from the ucm tables and not from the original tables thats the reason why its not translated.
$db = JFactory::getDbo();$query = $db->getQuery(true);$query->select('introtext,articletext');$query->from('#__article');$query->where('id='.$item->content_item_id);$db->setQuery($query);$article = $db->loadObject();