Multi Language Search

Hi, my client wants to have his search results in dual langauges.

would this be possible to changing the langauge setting of a specific page?

then the user clicks an image button to direct them to the page in the second langauge?

Is this possible,

thanks in advance

pete

I dont think you can change languiage by page. You can make two search pages and let users click a flag or something to change page.

Hi Peter,

if your pages are dynamic pages, you could use language as one of the path parameters. So, say your page becomes

/page/{lang}/{title}

Then you could easily display and navigate to any available language. To get page languages you could query wixData and see what languages are available for the page (or you may have a static list of supported languages, depending on your case). You can use wix-location module to navigate between pages.

Let me know, if we can further assist you.

Relevant documentation:

https://support.wix.com/en/article/creating-dynamic-page-urls