kartu
I think there shouldn't be a reason to stick with v1.4, but I like the quest of unsolved mysteries.
[EDIT]
On the other hand, why [Edit] switch to 1.1 [/Edit thanks dwanthny] if we can use a official firmware version and maybe utilize the SONY localization feature?
[EDIT Add] At least localization is included in 1.3 and 1.4,
and also I notice some advanced error-handling on e.g. DeleteBook, and serveral other additions in kbook.xsb and others.
But this is tech-talk, so lets stopp here, to not confuse anybody.
[/EDIT]
BTW I did manage to call
Code:
<function id="changeLanguage" params="lang">
this.LANG.setLanguage(lang);
</function>
which is actually
kbook.model.container.changeLanguage(lang).
Where lang is "en", "fr" or "de".
Comments are shown immediately in the new language, eg "no books" instead of "Keine Bücher", but the main menu entry stay with the original language, and can't be called any more. So this is not the right way to do it.