drupal_multilingual()
Return true if there is more than one language enabled.
includes/bootstrap.inc, line 2098
<?php function drupal_multilingual() { return variable_get('language_count', 1) > 1; } ?>
Some quick links to get you started