Code Notes
From OpenEMR Project Wiki
Overview
Important Functions
- function xl(<text>)
- Translation Function.
- Translates text to the language specified in global preferences.
- Use this for all text that will be displayed.
- Declared in: /library/translation.inc.php
- Included if you include: /library/globals.php
General How To