Quote:
Originally Posted by Mark Nord
Another thought:
define var L = Core.lang.getLocalizer("Calendar");
in the startup-code (Calendar.js) and export it via kbook.autoRunRoot.sandbox.L = L;
In calendar.js it should be possible to use
L = kbook.autoRunRoot.L;
and then
L("anyString");
|
You sure noticed that I mixed up real-device and Sim
For the Sim it should read
define var L = _Core.lang.getLocalizer("Calendar");
in the startup-code (setView.js) and export it via
kbook.autoRunRoot.L = L;
default language is set in ebookSim\user.config
Regards
Mark