Globalization artifacts
The globalization artifacts are in the impl/nl directory of the toolkit.
The globalization artifacts include these files:
- One generated resource bundle file (for example, MyResource.dat), which contains all the translated message elements for a set of message files.
- One or more directories that contain resource files (for example, en/en_US/MyResource.xlf). The directory names correspond to the locales of the languages that are supported.
- The generated C++ header and Perl module for each resource bundle. These files provide the C++ and Perl interface for accessing the formatted string for each message. They are generated into the impl/nl/include directory. The C++ header is given the name of the resource bundle with a .h file extension, and the Perl module is given the name of the resource bundle with a .pm file extension.