We have page template which has DCR content. While creating pages specific to a locale, we need the DCR path to be pointed to the correct locale automatically. Can anyone suggest a method to achieve this?
Hi Ace,We have a livesite component in which the data is of DCR Type and is specified in the datum section.The component displays the dcr content according to the xsl stylesheet.For eg the dcr path is given as /templatedata/content/GenericData/dcrname in the datum.for chinese it should be /templatedata/content/GenericData/zh/dcrname.Irrespective of whether the page is created in english site or the localized site sitename_zh,the component datum always points to english dcr unless changed manually. Is there a way to automatically populate the chinese dcr path in component datum while creating a page in chinese site.Thanks,Akansha
Hi AceThe datum the component is: templatedata/cm/Content/data/DCR_NameThis is just a livesite static component which doesnt have any java code. It just displays the dcr content.The folder structure of site issites ->sitename ->sitename_zh ->sitename_jaAll of these is in same branch