hello
how i can change caption of months and days from english to hebrew?
You can define the locale object:
scheduler.locale={
…
}
Please, see the example in the dhtmlxScheduler/sources/locale.js
well,but in samples i can’t see how you use this file. where to include it?
Hello,
scheduler.locale object should be defined after dhtmlxscheduler.js is included.
well,i did as you explane,but nothing changed. attached translated to hebrew local.js
i include file named sheduler.php into tabs.php
tabs.php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><head>
html, body{
margin:0px;
padding:0px;
height:590px;
overflow:hidden;
}
locale_he.js.zip (683 Bytes)
Hello,
please see attached sample. Possibly it’ll help to resolve the issue
tabbar_scheduler.zip (67.6 KB)