Thank you very much for these infos. I will these out.
Dennis On Feb 18, 3:08 pm, Jian Huang <[email protected]> wrote: > Hi Dennis, > > There are 3 general ways I know of. > > The out of box method: > > Create a dynamic anchor with ability to transfer content from > following page, with its "Switch to language variant" option set to > the other language that you are interested in. Use the anchor to > reference back to your current page. Vola! > > <!IoRangeDynLink> > <%txtArticleMainText%> > <!IoRangeRedDotMode><!IoRangeNoRedDotMode><%anc_another_lang%><!/ > IoRangeNoRedDotMode><!/IoRangeRedDotMode> > <!/IoRangeDynLink> > > However, this is a non-complete solution as it requires manual > referencing current page, and you have if 5 languages, then you have > to create 4 anchors for each language variant, totaling 20 anchors if > you want to be in any 1 language variant and display content from the > other 4. > > Rendertag or preexecution method: > > Use Elements.GetElement() or preexecuting RQL, but I despise these > solutions as it degrades server performance. > > AJAX + out of box functionality: > > Provided that you publish or have page instances in all language > variants, create an info_current_page_url placeholder for all your > language variants. Use AJAX to following the URLs generated to grab > the page content and display them in current page. > > This method doesn't work if user disables javascript. > > In summary: there is poison in all methods...good luck > > -Jian > > On Feb 18, 3:48 am, D <[email protected]> wrote: > > > Hi guys. > > > I would like to ask if anyone of you knows the possibility of calling/ > > getting a value of a standard field or text element in other language > > variants. > > > I am thinking if there is an equivalent render tag for doing this. > > > Any help is much appreciated. > > > Thanks in advanced. > > > D -- 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.
