I have a class have a text field using Localizable text box. And in another class. I'm using uniselector refer to this class. In Display format property i using this code {%TechDisplayName%}. But it doesn't display the current language. How can i display current language with Display Format field?
Localization macros use $ not %. Your proper syntax should be
{$your.localization.string.key$}
I tried that syntax. But the string saved in database early like that
{$custom.CourseConfig.Technology.Azure$}
And how can i apply this to Display format property
Please, sign in to be able to submit a new answer.