> > > Hi all. Does anybody know how to use Mono.Unix to translate a desktop > application at run-time without restarting? That is, the user selects a > different language and all strings immediately change without an > interruption. >
That is a feature of your application, not of Mono.Unix. I am not aware of many applications that support switching the language at runtime, most require you to restart the application as most apps will cache or compute translations just once as opposed to every time the string is used. Miguel.
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
