Page 1 of 1

Droplist

Posted: Tue Jan 03, 2023 1:56 pm
by Praxandros
Happy new year to everyone.

On a new website which is in progress, I'm using a Droplist with flags and languages (same as your demo).

In my case, when a language (other than English) is selected, the site switched to the selected language but on top of the Droplist, it is still showing "English ".

What I am doing wrong? In the settings, I can't find something to set up the feature to work properly.

You can check it yourself at https://transla****com

Thanks
Praxandros

Re: Droplist

Posted: Tue Jan 03, 2023 2:10 pm
by Pablo
The droplist is not aware of which language has been previously selected.
So, if you want to remember this then you will need to implement a script for that.

Re: Droplist

Posted: Tue Jan 03, 2023 2:28 pm
by Praxandros
Dear Pablo.

I don't want it to remember the previous selected language but the current one.

It's showing always "English", despite what language is selected.

Thanks
Praxandros

Re: Droplist

Posted: Tue Jan 03, 2023 3:13 pm
by Pablo
That is because you are linking to another page. So, as soon as you select something in the list then the browser will load another page and forget the previous state.

Re: Droplist

Posted: Tue Jan 03, 2023 8:14 pm
by Praxandros
Pablo, Thank you very much.

Very helpful. I will fix it now.

Praxandros

FIXED! Thank you Pablo