Layout settings

Raman Kalesnikau asked on December 15, 2017 09:54

I set this {$=Hello<br>world|ru-RU=Здравствуй<br>мир$} value in Tab headers property of Tabs layout settings, but
tags doesn't work and insert on page as text. What I can do for break line?

Correct Answer

Brenden Kehren answered on December 15, 2017 15:48

The macro is attempting to resolve that localization string (which is what {$ $} is). So you might specify what you're tying to do and we can provide you a proper answer.

If have a data macro that you're binding to a page, then you use:

{% FieldName %}

If you have a localization string you use something like this:

{$ key.to.your.string.in.the.localization.app $}

I'm not sure what you're attempting but it will render exactly what you enter in there because it's not properly formatted for anything. I'd suggest reviewing the macro documentation.

1 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.