I created a new string resource in the admin tool. How can I call it in the template.ascx file? I tried:
<div> (!myStringResource!) </div>
and
<div> (!StringResource Name="myStringResource"!) </div>
but neither give me the value.
I created a new string resource in the admin tool. How can I call it in the template.ascx file? I tried:
<div> (!myStringResource!) </div>
and
<div> (!StringResource Name="myStringResource"!) </div>
but neither give me the value.
Depends on the version you're on. For 9, you'll have to use the correctly formatted string resource token.
On 7/8, something like this:
(!StringResource Name="AppConfig.ManufacturerPromptPlural"!)