Trying to put text with some htmlcode into the languagefiles but the translate returns empty when using <![CDATA[..text..]]> in the xmlnode. Is there a workaround for this scenario?
I'm guessing you want to use CDATA because you have characters like '<' and '>' inside your text? The workaround is then to replace < with < and > with > inside the language files.