You are here

function i18n_variable_multiple_language_options in Internationalization 7

Callback for multiple per-language variables

1 string reference to 'i18n_variable_multiple_language_options'
i18n_variable_type_info in ./i18n.variable.inc
Implements hook_variable_type_info().

File

./i18n.variable.inc, line 67
Variable information

Code

function i18n_variable_multiple_language_options($variable, $options = array()) {
  return i18n_language_list('name', $variable['language list']);
}