> Monodevelop have no problem : the interface is in French (launching > with Mono > or with Microsoft DotNet). > > The problem is that I need that all threads of my application have to > known > the french culture for data conversion from string (extract from xml- > files) > to double and to datetime.
That's your task make it. Dim th as new threading.thread(addressof your_sub) Th.culture.... = mainthread.culture Th.cultureUI...... = mainthread.cultureui....... _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
