Hi,
I have been using the friendly name in the property info to provide proper business rule messages. My problem now is that I need to have my application run in more the one locale. I saw this post http://forums.lhotka.net/forums/t/6888.aspx where JonnyBee says to put the friendly name into a resource file and then use that to easily translate the friendly names.
My problem is I tried this, I have two resource files in my application. Resources.resx and Resources.fr-CA.resx. The friendly name seems to successfully pull from Resources.resx at application start but when I switch languages the friendly name doesn't pull from the correct file and just shows from the default Resources.resx.
Does anyone have any ideas of what I'm missing?
Thanks for the help.