SOLVED

Re: Display landing page in specific language

Go to solution
Franky_Ruyssch2
Level 4

Display landing page in specific language

Hi,

I have a landing page with dynamic content based on the language of a contact (segmentation ). This works fine for a know contact.

The idea is to use the same page for unknown visitors. Our website has been made in several languages.

So I am able to link to the marketo landing page and have the active language in a url variable.

The only problem is that I do not know how to display my landing page in that specific language, because the field that is used by the dynamic content(segmentation by language) is empty at that time.

Can someone help me on this?

Franky Ruysschaert
1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Display landing page in specific language

Can someone help me on this?

It's simple.

If the Segmentation name is

  lang

and the Segment name in that Segmentation is

  en-us

use the query string

  ?lang=en-us

View solution in original post

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: Display landing page in specific language

Can someone help me on this?

It's simple.

If the Segmentation name is

  lang

and the Segment name in that Segmentation is

  en-us

use the query string

  ?lang=en-us

SanfordWhiteman
Level 10 - Community Moderator

Re: Display landing page in specific language

Hi Franky Ruysschaert​, please mark my answer as Correct when you get a chance. (I see you Liked it, which is nice, but let's close this out!)

Franky_Ruyssch2
Level 4

Re: Display landing page in specific language

Should be solved now

Franky Ruysschaert