You are here

function i18n_select_init in Internationalization 7

Implements hook_init().

File

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

Code

function i18n_select_init() {

  // Determine selection mode for this page
  i18n_select(i18n_select_page());
}