[Mono-dev] CultureInfo not supported

Atsushi Eno atsushi at ximian.com
Tue Mar 28 07:40:11 EST 2006


Hi,

But I'll add support for nb-NO culture to the runtime.

For your question, the answer would be "yes" - to workaround this
problem with current mono, try

	yourDataSet.Locale = CultureInfo.InvariantCulture;

Atsushi Eno

Ivano Luberti wrote:
> I'm developing a web service client that connect to a server that 
> returns a DataSet in which the CulureInfo name is nb-NO.
> Mono raises an excpetion because this name is not supported.
> There is a way, without modifying and re-compiling to make mono runtime 
> ignore CulturInfo name or to use a default ?




More information about the Mono-devel-list mailing list