Line Breaks in resource bundles

Hi guys,

This is the first time I have used resource bundles and i18n for a multilingual site. I’ve been using Attesoro to manage my bundles and one of my keys is the following

HomeSliderCaption2=Get ahead\n
with our bespoke\n
range of headrest covers

I’m displaying it using #getresource(“HomeSliderCaption2”)# but this doesn’t maintain the line breaks and the string just displays in one line.

What’s the best way of maintaining these line breaks? Is there one?

Thanks,

Richard

Wrap your resource output with ColdFusion tags like HtmlEditFormat

Hi Andrew,

Thanks for the suggestion but it doesn’t have any effect.

Thanks,

Richard