Hi,
I would like to know What I have to set up to receive exception messages in spanish language from CSLA framework. I see that the sample project (Project Tracker) throws exception messages in spanish, but when I use the framework in my application, I receive the messages in English. I've added the CSLA.dll to my project but I don't know if I have to add another dll.
I appreciate your help...
Also, .NET selects the language resource file based on the UI culture value for your thread. This defaults to the culture setting for your machine, but can be changed.
So your machine's culture would need to be es or es-ES so the thread defaults to that value - or you need to set the thread's UI culture explicitly to the value you want.
Then .NET should automatically use the appropriate resource file from the folder with that culture's name.
Hi, I appreciate your help
Regards...
Copyright (c) Marimer LLC