Hi,
The application I'm writing has the ability to switch the UI language at runtime.
Unfortunately, I didn't find a way to switch AlphaSkin's language (system menus etc) at runtime, because the resources are compiled in the executable.
Is there a way to switch AlphaSkin's language at runtime without modifying AlphaSkin's code ?
Otherwise it would be very useful to add some kind of “resource manager” with a virtual function (or event function) that can be overridden by the client application, along with a method to reload the new resources while the application is already running.
Thanks.