locale_help
function locale_help
locale_help($path, $arg)
Implements hook_help().
File
- modules/locale/locale.module, line 20
- Add language handling functionality and enables the translation of the user interface to languages other than English.
Code
function locale_help($path, $arg) { switch ($path) { case 'admin/help#locale': $output = ''; $output .= '<h3>' . t('About') . '</h3>'; $output .= '<p>' . t('The Locale module allows your Drupal site to be presented in languages other than the default English, and to be multilingual. The Locale module works by maintaining a database of translations, and examini