Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Is this still an issue for you or did you find the problem?
I have tried to reproduce your problem but couldn't make it NOT work ;)
/René
Description
Hi,
I am using dynamic content for using Flash image.When i want to localize the description and property for dynamic content control it is not working.It is taking only English language always.
Steps to reproduce
I made an entry in Web config file.
<dynamicContent>
<controls>
<add description="Displays a property from any page" name="FlashDC" type="Scandic.Scanweb.CMS.Util.DynamicContent.FlashDC, Scandic.Scanweb.CMS" />
</controls>
</dynamicContent>
In my Language XML file i made an entry like this.
<?xml version="1.0" encoding="utf-8" ?>
<languages>
<language name="Svenska" id="sv">
<dynamiccontenttypes>
<dynamiccontent name="FlashDC">
<caption>Flash Dynamic Content ****</caption>
<description>Följande är de olika attribut som kan användas för att ställa in flashens innehåll.</description>
</dynamiccontent>
</dynamiccontenttypes>
<pagetypes>
<common>
<property name="FlashfileURL">
<caption>Flashfil/URL*</caption>
</property>
</common>
</pagetypes>
</languages>