constant LANGUAGE_LTR in Drupal 6
Same name and namespace in other branches
- 7 includes/bootstrap.inc \LANGUAGE_LTR
Language written left to right. Possible value of $language->direction.
1 use of LANGUAGE_LTR
- locale_add_language in includes/
locale.inc - API function to add a language.
File
- includes/
bootstrap.inc, line 209 - Functions that need to be loaded on every Drupal request.
Code
define('LANGUAGE_LTR', 0);