Login
Products
Sales
Support
Downloads
About
Home
»
Technical Support
»
Elevate Web Builder Technical Support
»
Support Forums
»
Elevate Web Builder General
»
View Thread
View Thread
The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Localize dialogs
Tue, Aug 21 2012 4:50 PM
Permanent 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