Creating a Program to Run in a Localized Environment
When creating a program that you intend to use in an internationalized environment, you code as you normally would for any other program. You must make sure, however, that you call the
If you do not have a call to the function IlsSetLocaleOnce in your program, the localized messages may not appear on the screen and multibyte support will not be enabled. Your program will behave as if you are running in the C locale, thus displaying only English messages.