'radios', '#title' => t('Languages for content'), '#default_value' => variable_get('i18n_language_list', I18N_LANGUAGE_ENABLED), '#options' => array( I18N_LANGUAGE_ENABLED => t('Enabled languages only.'), I18N_LANGUAGE_EXTENDED => t('All defined languages will be allowed.'), ), '#description' => t('Determines which languages will be allowed for content creation.'), ); return system_settings_form($form); }