$language

Definition

developer/globals.php

Description

An object containing the information for the active language.

Example values:

  • 'language' => 'en',
  • 'name' => 'English',
  • 'native' => 'English',
  • 'direction' => 0,
  • 'enabled' => 1,
  • 'plurals' => 0,
  • 'formula' => '',
  • 'domain' => '',
  • 'prefix' => '',
  • 'weight' => 0,
  • 'javascript' => ''

Code

<?php
global $language;
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.