Asked By Ian
27-Oct-06 06:16 PM
I want to develop a class library in C++ that provides non-GUI
functionality. Error detection is implemented using exceptions and I would
like the error messages to be supported in multiple languages. VS2005
easily supports localization if window forms are used. However, I would
like to develop and test the class library using a series of console
applications. My question is, can a console application support
localization? If so, how are the fallback resources defined because, by
default, a console application does not include, for example, a 'resx' file?
Thanks
Ian