Calling all Drupal developers!
Help us get this on the first page of Digg. DIGG NOW!
Help us get this on the first page of Digg. DIGG NOW!
i18n_get_lang()
contributions/i18n/i18n.module, line 647
This one expects to be called first from common.inc
<?php
function i18n_get_lang() {
global $language;
return $language->language;
}
?>