How can I resolve a localized string on the ASPX template?
You can encounter a problem that <%# ResHelper.GetString(key) %> does not work. Please use this format: <%= ResHelper.GetString(key) %>
Please, sign in to be able to submit a new answer.