[Intégré 3.2.9] Change default language
Hello,
You must define language by user, it's not possible to define language for all user in the same time in application.
You can create a query in database on tusers table to do this.
You must define language by user, it's not possible to define language for all user in the same time in application.
You can create a query in database on tusers table to do this.
GestSup: 3.2.47 | Debian: 12 | Apache: 2.4.59 | MariaDB: 11.5.2 | PHP: 8.3.12 | https://doc.gestsup.fr/
Query to update language for all user in English :
Code : Tout sélectionner
UPDATE `tusers` SET language='en_US';
GestSup: 3.2.47 | Debian: 12 | Apache: 2.4.59 | MariaDB: 11.5.2 | PHP: 8.3.12 | https://doc.gestsup.fr/
New parameter available in GestSup 3.2.9, to define language for all users :
- Fichiers joints
-
- 2021-02-11 11_35_26_screenshot_gestsup.png (17.6 Kio) Vu 1185 fois
GestSup: 3.2.47 | Debian: 12 | Apache: 2.4.59 | MariaDB: 11.5.2 | PHP: 8.3.12 | https://doc.gestsup.fr/