Hi Axel,
Regarding on this issue, I've found your another thread in the following
newsgroup:
Subject: Resources: How to retrieve localized resource?
Date: Fri, 30 Nov 2007 03:06:01 -0800
Newsgroups: microsoft.public.dotnet.languages.csharp
I have posted some suggestion there. Please have a look there and welcome
to continue followup in that thread.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "Axel Dahmen" <KeenToKnow@newsgroup.nospam>
>Subject: Resources: How to retrieve localized resource?
[quoted text clipped - 9 lines]
>If I write...
> new ResourceManager("TableColumns",...GetExecutingAssembly()).GetString("someID"
);
>...I always only get strings from TableColumns.resx, but not from TableColumns.de.resx, although CurrentCulture.Name yields "Germany".
>What am I doing wrong?
>TIA,
>Axel Dahmen