N
Nils Erik Asmundvaag
Hello
I hope someone is able to help me with this frustrating problem.
I have a C# web project in Visual Studio .NET 2003. I want to support
Swedish and Norwegian texts and have put the texts in resource files
(.resx).
I build the project from the IDE without errors. A main assembly
(containing the Swedish texts) are created, and a resource assembly
containg the Norwegian texts are created in a subdirectory called no.
When I run the project, the ResourceManager is not able to get my
Norwegian texts from the satellite assembly. I have started the
project in debug mode, and I can see that the CurrentUICulture and
CurrentCulture is set to "Norwegian".
I have read the tutorials from Microsoft and other articles on the
net, but I haven't found any help.
N E Asmundvaag
I hope someone is able to help me with this frustrating problem.
I have a C# web project in Visual Studio .NET 2003. I want to support
Swedish and Norwegian texts and have put the texts in resource files
(.resx).
I build the project from the IDE without errors. A main assembly
(containing the Swedish texts) are created, and a resource assembly
containg the Norwegian texts are created in a subdirectory called no.
When I run the project, the ResourceManager is not able to get my
Norwegian texts from the satellite assembly. I have started the
project in debug mode, and I can see that the CurrentUICulture and
CurrentCulture is set to "Norwegian".
I have read the tutorials from Microsoft and other articles on the
net, but I haven't found any help.
N E Asmundvaag