Re: localization with console application?
- From: Gerry Hickman <gerry666uk@xxxxxxxxxxxxxxxx>
- Date: Sat, 28 Oct 2006 23:50:32 +0100
Hi Ian,
I want to develop a class library in C++ that provides non-GUI functionality.
Non-GUI is good, people waste a lot of time on GUI apps instead of separating the cross-platform standards-compliant back-end engine from the UI it will eventually be displayed in, preferably a W3C compliant web rendering surface that's runs on multiple platforms.
Error detection is implemented using exceptions and I would like the error messages to be supported in multiple languages.
There are a lot of options from Microsoft depending on the libraries you use with the app such as STL/MFC/ATL. I just had a look in the MSDN docs and if you search for either "internationalization" or "localization" you can get a lot of information (but most of it is for GUI apps). It's hard to comment further because there were so many options. One thing I have found works well with console apps is to stick to UNICODE, there are then functions that can adapt themselves (without recoding) to either UNICODE or ANSI just by changing a few #define's, you can use *.RC files for resources...
--
Gerry Hickman (London UK)
.
- References:
- localization with console application?
- From: Ian
- localization with console application?
- Prev by Date: Re: CoCreateInstance and error 0x80029C4A - Solution Found - but why?
- Next by Date: ATL Component - Registers during BUILD?
- Previous by thread: Re: localization with console application?
- Next by thread: VSTS Code Coverage exclusion?
- Index(es):
Relevant Pages
|