LinkButton OnClientClick should be localized ?
Hi there,
We finaly decided to go for a full translation of our ASP.NET applikation.
I just found out that LinkButton OnClientClick isn't localizeable.
What is best practice to localize this attribute? Do I really need to set this in codebehind?
BTW, we are frequently using th OnClientClick with the jacascript confirm function:
OnClientClick="return confirm('Are you sure you want to...')"