Hi guys, using rendertag and inf_lang is generally recommended. However, it might not be scalable as the project gets more language variants.
what about having a container, and in that container, have pages with the following code <%anc_link%> Then, I can create a page inside the container in French, and by default, it is only available for French. If I decide to share it with English, simply push it to English. -Jian On Mar 5, 8:58 am, JJB <[email protected]> wrote: > Hi Ralf, > > This is annoying feature of the CMS. When using an anchor in multiple > language variants, you can different text for each languages but only > 1 URL for all languages. > > What I did was to write a render tags to different anc depending on > the languages. I have two lang variant (French and English). > > ---- > <reddot:cms> > <if> > <query valuea="<%info_Lang%>" operator="==" valueb="FRC"> > <htmltext> > <%anc_ExternalFrenchLink%> > </htmltext> > </query> > <query type="else"> > <htmltext> > <%anc_ExternalEnglishLink%> > </htmltext> > > </query> > </if> > </reddot:cms> > > --- > > <%info_Lang%> is an Info Element with Language Variant: Abbreviation > selected > > Cheers, > Jamie > > On Mar 3, 11:12 am, Vigor <[email protected]> wrote: > > > Hi, > > > is it possible to handle links, when you use language variants, like > > the linked text? > > > Usually you are able to enter a different link text in each language > > variant, but the link is the same for all language variants. The only > > solution I know ist to delete the page in the language variant, where > > the link is different, and create a new one, which does not exist in > > the other language variant. But this is not the way I want to do it. > > > Any suggestions > > > Cheers Ralf -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
