You are here

function i18n_select_language in Internationalization 7

Get main language for content selection

File

i18n_select/i18n_select.module, line 307
Multilingual content selection module.

Code

function i18n_select_language() {
  return $GLOBALS[LANGUAGE_TYPE_CONTENT];
}