We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42042
    • 140 Posts
    Interested in @Johan's question as well.
      • 45415
      • 14 Posts
      Quote from: goldsky at Jul 17, 2014, 11:22 AM
      Create a snippet, call it lingua.getValue

      On your wayfinder's rowTpl, change the placeholder, like this:
      <li[[+wf.id]][[+wf.classes]]>
          <a href="[[+wf.link]]" title="[[+wf.title]]" [[+wf.attributes]]="">
              <-- [[-+wf.linktext]] -->
              [[lingua.getValue:default=`[[+wf.linktext]]`? &id=`[[+id]]` &field=`pagetitle`]]
              <!-- rowTpl -->
          </a>
          [[+wf.wrapper]]
      

      ...
      Btw, Lingua only stores these fields:
      'pagetitle', 'longtitle', 'description', 'alias', 'link_attributes', 'introtext', 'content', 'menutitle', 'uri', 'uri_override', and 'properties'</li[[+wf.id]][[+wf.classes]]>

      with the code above I get always the same link-URI (without relation to the choosen language and its alias) because of
      [[+wf.link]]
      .
      I tried many things and at the end I found this simple line as replacement:
      [[lingua.getValue:default=`[[+wf.link]]`? &id=`[[+id]]` &field=`uri`]]
      .
      This does the job. [I use pdoMenu].