Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread Localize dialogs
Tue, Aug 21 2012 4:50 PMPermanent Link

Uli Becker

Is it possible to localize the button captions of dialogs without
editing the js-file?

It seems to be here:

function webctrls_msgdlgbtntostr(value)
{
   var $r;
   if (value == webctrls_mbok)
      $r = "OK";
   else if (value == webctrls_mbcancel)
      $r = "Cancel";

Thanks Uli
Image