Miguel de Icaza wrote: > >> >> >> 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 > >
Thanks. I am aware this is a feature of the application, my question is how it's done. For example, changing the current culture and UI culture of the GUI thread and calling Mono.Unix.Catalog.Init(...) doesn't help. -- View this message in context: http://mono.1490590.n4.nabble.com/Mono-Unix-change-translation-at-run-time-tp2272759p2274115.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
