For each locale value
specified in the LOCALES= argument, the import process expects to
find a localized properties file for that locale at the path and with
the base name specified in the FILE= argument. A localized properties
file is a text file containing localized versions of information map
properties such as object labels and descriptions. You can use the
EXPORT LOCALIZABLE_PROPERTIES statement to create a file that contains
the localizable properties of one or more information maps. You can
then create new copies of that file in which the values of the properties
are translated for a given locale.
The set of localized
properties files must use a common base name with the locale added
to each file. Localized properties files must use the file extension
.locprop. Thus, the French version in a set
of localized properties files with the base name
localmap
would be
localmap_fr_FR.locprop
and
the German version would be
localmap_de_DE.locprop
.
The import process reads
the localized properties files and applies the specified localized
properties to the information maps specified in the files. If an information
map is open when the import process is started, then the procedure
imports the localized properties for only the current information
map. You should issue a Save command after the import to store the
imported properties. If you want to import localized properties for
all of the information maps that are specified in the external files,
then you must close the current information map first. You can use
the CLOSE INFOMAP statement to close the current information map.