Search for language

  1. Search 9.5.x for language
  2. Search 8.9.x for language
  3. Search 10.3.x for language
  4. Search 11.x for language
  5. Other projects
Title Object type File name Summary
locale_batch_by_language function includes/locale.inc Prepare a batch to import translations for all enabled
modules in a given language.
locale_date_format_language_overview_page function modules/locale/locale.admin.inc Display edit date format links for each language.
locale_field_language_alter function modules/locale/locale.module Implements hook_field_language_alter().
locale_field_language_fallback function modules/locale/locale.module Applies language fallback rules to the fields attached to the given entity.
locale_languages_add_screen function modules/locale/locale.admin.inc User interface for the language addition screen.
locale_languages_configure_form function modules/locale/locale.admin.inc Setting for language negotiation options
locale_languages_configure_form_submit function modules/locale/locale.admin.inc Submit handler for language negotiation settings.
locale_languages_custom_form function modules/locale/locale.admin.inc Custom language addition form.
locale_languages_delete_form function modules/locale/locale.admin.inc User interface for the language deletion confirmation screen.
locale_languages_delete_form_submit function modules/locale/locale.admin.inc Process language deletion submissions.
locale_languages_edit_form function modules/locale/locale.admin.inc Editing screen for a particular language.
locale_languages_edit_form_submit function modules/locale/locale.admin.inc Process the language editing form submission.
locale_languages_edit_form_validate function modules/locale/locale.admin.inc Validate the language editing form. Reused for custom language addition too.
locale_languages_overview_form function modules/locale/locale.admin.inc User interface for the language overview screen.
locale_languages_overview_form_submit function modules/locale/locale.admin.inc Process language overview form submissions, updating existing languages.
locale_languages_predefined_form function modules/locale/locale.admin.inc Predefined language setup form.
locale_languages_predefined_form_submit function modules/locale/locale.admin.inc Process the language addition form submission.
locale_languages_predefined_form_validate function modules/locale/locale.admin.inc Validate the language addition form.
locale_language_from_browser function includes/locale.inc Identify language from the Accept-language HTTP header we got.
locale_language_from_interface function includes/locale.inc Identifies the language from the current interface language.
locale_language_from_session function includes/locale.inc Identify language from a request/session parameter.
locale_language_from_url function includes/locale.inc Identify language via URL prefix or domain.
locale_language_from_user function includes/locale.inc Identify language from the user preferences.
locale_language_list function modules/locale/locale.module Returns array of language names
locale_language_name function modules/locale/locale.module Returns a language name
LOCALE_LANGUAGE_NEGOTIATION_BROWSER constant includes/locale.inc The language is set based on the browser language settings.
locale_language_negotiation_info function modules/locale/locale.module Implements hook_language_negotiation_info().
LOCALE_LANGUAGE_NEGOTIATION_INTERFACE constant includes/locale.inc The language is determined using the current interface language.
LOCALE_LANGUAGE_NEGOTIATION_SESSION constant includes/locale.inc The language is set based on the request/session parameters.
LOCALE_LANGUAGE_NEGOTIATION_URL constant includes/locale.inc The language is determined using a URL language indicator:
path prefix or domain according to the configuration.
LOCALE_LANGUAGE_NEGOTIATION_URL_DOMAIN constant includes/locale.inc URL language negotiation: use the domain as URL language
indicator.
LOCALE_LANGUAGE_NEGOTIATION_URL_FALLBACK constant includes/locale.inc If no URL language is available language is determined using an already
detected one.
LOCALE_LANGUAGE_NEGOTIATION_URL_PREFIX constant includes/locale.inc URL language negotiation: use the path prefix as URL language
indicator.
LOCALE_LANGUAGE_NEGOTIATION_USER constant includes/locale.inc The language is set based on the user language settings.
locale_language_providers_session_form function modules/locale/locale.admin.inc The URL language provider configuration form.
locale_language_providers_url_form function modules/locale/locale.admin.inc The URL language provider configuration form.
locale_language_selector_form function modules/locale/locale.module Form builder callback to display language selection widget.
locale_language_switcher_session function includes/locale.inc Return the session language switcher block.
locale_language_switcher_url function includes/locale.inc Return the URL language switcher block. Translation links may be provided by
other modules.
locale_language_types_info function modules/locale/locale.module Implements hook_language_types_info().
locale_language_url_fallback function includes/locale.inc Determines the language to be assigned to URLs when none is detected.
locale_language_url_rewrite_session function includes/locale.inc Rewrite URLs for the Session language provider.
locale_language_url_rewrite_url function includes/locale.inc Rewrite URLs for the URL language provider.
locale_test_language_negotiation_info function modules/locale/tests/locale_test.module Implements hook_language_negotiation_info().
locale_test_language_negotiation_info_alter function modules/locale/tests/locale_test.module Implements hook_language_negotiation_info_alter().
locale_test_language_provider function modules/locale/tests/locale_test.module Test language provider.
locale_test_language_types_info function modules/locale/tests/locale_test.module Implements hook_language_types_info().
locale_test_language_types_info_alter function modules/locale/tests/locale_test.module Implements hook_language_types_info_alter().
locale_test_store_language_negotiation function modules/locale/tests/locale_test.module Store the last negotiated languages.
PathLanguageTestCase class modules/path/path.test Tests URL aliases for translated nodes.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.