Hi, is there a way to let de user decide wich language to use? despite of what the site admin has set for default language.
Thanks
Hi, is there a way to let de user decide wich language to use? despite of what the site admin has set for default language.
Thanks |
i think you have two options here. 1. I remember that language is saved when you select other language yourself. try it and find out. (means that language ID is saved on user level.) 2. Or you can do it by adding php code to language function. or you can add language field to user table and add this to edit profile fields so members can set default language. then when member logs in it checks the language member default and change to that.
but maybe the latest D version has different way of doing it. Ask AlexT he should know best. |