Hello, i would like to ask if it posible for someone to tell me how to do the fallowing thing.
I have settings.php and a variable in it $app_lang ="en"
which determines which language my php will use
my question is the fallowing, i would like to have a language dropdown on my main page and somehow it needs to change this app_lang value to another one for example change $app_lang ="en" to $app_lang ="es" for spanish language etc, but somehow i cannot it get to work. Any suggestions how to do this. Thx in front for those who want to help.