How can I resolve a localized string on the ASPX template?

Technical support leader

Juraj Ondrus asked on March 2, 2010 13:03

How can I resolve a localized string on the ASPX template?

Correct Answer

Juraj Ondrus answered on March 2, 2010 13:03

You can encounter a problem that <%# ResHelper.GetString(key) %> does not work.
Please use this format: <%= ResHelper.GetString(key) %>

-hg-
1 votesVote for this answer Unmark Correct answer

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