constant LANGUAGE_LTR

  1. 7.x drupal-7.x/includes/bootstrap.inc LANGUAGE_LTR
  2. 6.x drupal-6.x/includes/bootstrap.inc LANGUAGE_LTR

Language written left to right. Possible value of $language->direction.

2 uses of LANGUAGE_LTR
locale_add_language in drupal-6.x/includes/locale.inc
API function to add a language.
_locale_languages_common_controls in drupal-6.x/includes/locale.inc
Common elements of the language addition and editing form.

File

drupal-6.x/includes/bootstrap.inc, line 209
Functions that need to be loaded on every Drupal request.

Code

define('LANGUAGE_LTR', 0)