-
Notifications
You must be signed in to change notification settings - Fork 0
Translations
bartbart2003 edited this page Mar 28, 2018
·
1 revision
LibreAnswer uses gettext for translations.
The language files are stored in the locale/ folder.
The file lang.php is used for selecting the language based on the user browser's config or the lang GET parameter (for example /index.php?lang=en will force the usage of the English language).
To set the correct language automatically, just include this file from any other PHP script using:
require_once 'lang.php';
Then use gettext as usual.
This is the LibreAnswer wiki. If you want to ask something or report an error, feel free to open an issue.
Creating question packs
- Introduction
- AQF Format
- Example Pack and Explanation
- Importing AQF Files Into Server
- Submitting Question Packs
LibreAnswer Creator
Question packs in repo
For developers
For admins