Localization question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Dear all
Q1.) How to localization in javascript -- asp.net 2.0
e.g.
function onDelete()
{
if (confirm('are you sure to delete it?')==true)
return true;
else
return false;
}
}
how to localise 'are you sure to delete it'?


Q2.) Any online document and msdn document about localisation?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top