[Enterprise Extensions only]

CORBA internationalization: Initializing client programs

All C++ clients should have their locale information set correctly. To do this, add the following as the first line executed in the program:

setlocale(LC_ALL, "" );