Troubleshooting
If your localized messages do not appear on your screen, follow these steps:
1. Check that you called IlvSetLocale 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 the section
Locale Requirementspage 213.
3. Do not set the ILVLANG environment variable.
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
// IlvMessageDatabase ...
// Language: <ll_TT>
// Encoding: <encoding>
"&message" "message translation..."
7. If you read a
.dbm file with the old format from the Views Studio editor (
.dbm files with the old format are files created with versions of Views before 3.0), and your file appears truncated, this means the encodings are not compatible. In this case, split your
.dbm file. See the section
.dbm File Format in Versions Before 3.0page 230.
Published date: 05/24/2022
Last modified date: 02/24/2022