language_types()
Return an array of the available language types.
includes/bootstrap.inc, line 2105
<?php function language_types() { return array_keys(variable_get('language_types', drupal_language_types())); } ?>
Some quick links to get you started