[Mono-list] Mono 2.8, Windows, Default Culture ! en-US !

Jorge Bastos mysql.jorge at decimal.pt
Wed Oct 27 15:09:00 EDT 2010


> 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.......



More information about the Mono-list mailing list