Contributions API

Calling all Drupal developers!

Help us get this on the first page of Digg. DIGG NOW!

Modules in 6

i18n_get_lang

Definition

i18n_get_lang()
contributions/i18n/i18n.module, line 647

Description

This one expects to be called first from common.inc

Code

<?php
function i18n_get_lang() {
  global $language;
  return $language->language;
}
?>