Hi all,

I've statically linked resources in different languages to
my assembly (myApp.en-US.resx, myApp.de-DE.resx, etc.).

The question is, how can I get my error messages in another
language than English?

For test purposes, I've just tried to put the following
lines at the beginning of my app:

Thread.CurrentThread.CurrentUICulture = new CultureInfo("de-DE");
Thread.CurrentThread.CurrentCulture = new CultureInfo("de-DE");

Despite that, I always get the error message in English. English
resources have been linked like this:

  -res:en-US/myApp.en-US.resources,myApp.resources

I'd like to understand that stuff one time for ever...

Thanks,
Gius_.

 
-- 
----------------------------------------
Giuseppe Greco

::agamura::

phone:  +41 (0)91 604 67 65
mobile: +41 (0)76 390 60 32
email:  [EMAIL PROTECTED]
web:    www.agamura.com
----------------------------------------

_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to