[Mono-list] Multi-langual Assemblies
Giuseppe Greco
giuseppe.greco@agamura.com
Sat, 23 Aug 2003 15:29:38 +0200
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: giuseppe.greco@agamura.com
web: www.agamura.com
----------------------------------------