Get resourse string in Uniselector display format

GTEK IT DEV Team asked on July 4, 2019 11:04

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?

Recent Answers


Brenden Kehren answered on July 5, 2019 04:03

Localization macros use $ not %. Your proper syntax should be

{$your.localization.string.key$}

0 votesVote for this answer Mark as a Correct answer

GTEK IT DEV Team answered on July 5, 2019 05:26

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

0 votesVote for this answer Mark as a Correct answer

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