Home | Overview | How Do I | FAQ | Details
To write code that is easy to internationalize
If you must choose one, use MBCS for strings. MBCS works for all 32-bit Windows, while Unicode is not supported on Windows 95.
You will not have to recompile and build your sources when the language in the strings changes.
See International Programming Topics for details.