View Single Post
Old 09-19-2011, 03:05 PM   #544
Mark Nord
2B || !2B
Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.Mark Nord ought to be getting tired of karma fortunes by now.
 
Posts: 854
Karma: 327896
Join Date: Feb 2010
Location: Austria
Device: Sony PRS505/650/T1/tolino vision 5
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");

As Sim dosn't read lang.ods you will have to copy appropriate xx.js language files (e.g. from a beta-build) to eBookSim\core\lang
HTH
Mark
Mark Nord is offline   Reply With Quote