In some applications, it is useful to change the locale dynamically (for
example when the user changes its user preferences).
This should be trivial, the only problem is that Datejs uses a shorcut to
access the CultureInfo ($C = $D.CultureInfo) object that makes this impossible
(you can't reload the core module neither, that will produce infinite loops in
some functions).
I simply removed that shortcut, here is a patch, please merge it, that would be
useful.
Original issue reported on code.google.com by n...@openerp.com on 22 Aug 2011 at 3:14
Original issue reported on code.google.com by
n...@openerp.com
on 22 Aug 2011 at 3:14Attachments: