1 drupal.inc | drupal_language_initialize() |
Initializes all the defined language types.
Deprecated
since 1.0.0
See also
backdrop_language_initialize()
Related topics
File
- core/
includes/ drupal.inc, line 427 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_language_initialize() {
backdrop_language_initialize();
}