Troubleshooting
If your localized messages do not appear on your screen, follow these steps:
1. Check that you called the global function IlsSetLocaleOnce or (IlsIlvSetLocale) at the beginning of your program.
2. Check that your system supports the locale and the fonts to display it. On most
Unix® systems, you can run the
locale -a command. See
Locale Requirements.
3. Do not set the ILVLANG environment variable if you use Rogue Wave Views with Rogue Wave Server.
4. On Unix platforms, set LANG to a locale supported by your system and by the X Window system.
For example, to set the LANG variable to French, type:
LANG=fr on Solaris
LANG=fr_FR.iso88591 on HP_UX 10.x
// IlvMessageDatabase ...
// Language: <ll_TT>
// Encoding: <encoding>
"&message" "message translation...”
Version 6.3
Copyright © 2018, Rogue Wave Software, Inc. All Rights Reserved.