Re: Anyone needs switching locales and themes at runtime?
We use runtime locale/language and theme switching in our application. We do not seriously depend on this feature but I should note that removing support of runtime switching can be painful for us (and not only for us) if:
- there will not be an easy way to determine and set locale/theme at startup and change them by reloading application; by the way, reloading of a big application can be quite problematic (time cost);
- i18n in application code will not be such easy as this is done in 0.7; large changes of application code to support new implementation of i18n is not attractive.
Denis