Hello all,
I have a question. Is it possible to change content based on url parameter? I want to change content for specific languages which have parameters like ?lng=nl or ?lng=de.
Here is my site Read-Only: Webflow - Trendfactory
Hello all,
I have a question. Is it possible to change content based on url parameter? I want to change content for specific languages which have parameters like ?lng=nl or ?lng=de.
Here is my site Read-Only: Webflow - Trendfactory
Hi @bleid it is possible with use of new URLSearchParams
. Here is a few basic sources but feel free to find on internet article or video to get better understanding how it works.
Hope that will solve your request.
Hi Stan, thx! I’ll will have a look