Displaying international strings
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can I display international strings? Is there a function like setlocale which I have to invoke for the various subsystems (GDI, USER etc, etc)
The simpilest way is to use UNICODE. There are articles at codeproject and else where on this subject. Also, if you want to develop international application you should get a copy of "Developing Internation Software for Windows...." [Microsoft Press] (a new revision of this book came out last year). INTP