i18n Formatting in HTML Text label

Hi Folks

I can either use HTML to enter text in a label, or i18n key.

I need to have the text multi-line formatted but with the i18n key.

Appreciate suggestions on how I format the HTML? I know its possible because I saw Bob Cusick with it on a demo - but don’t have that example solution to review it.

You mean you want breaks in the i18n ?
Just add
.

Hope this helps.

ROCLASI:
You mean you want breaks in the i18n ?
Just add
.

Hope this helps.

Not quite Robert.

I have the html formated text showing on the form in a label. I now need to have that html-text to be i18n - so I need to understand how this can be done. In the i18n set-up dialogue you can select Text - HTML or i18n. It appears that as soon as you select HTML you loose the i18n formating ability!

I am sure I am missing something here.

It’s the other way around. You can’t use i18n in you html, but you can use html in your i18n :).

So you should add an i18n key with text like:

<html>line1
line2</html>

Looks like you need to put the complete HTML in the i18n, like so:

<html>my i18N text
and the next line</html>

Or depending on your need set it with a method between the HTML tags.

Hope this helps.

Got it guys - thanks a lot - I was over thinking it again!