By default, MX Kollection 3 offers only one language at a time for the error messages and the button labels. These texts are stored in files, and each time the language is changed from the InterAKT Control Panel, they are overwritten with the new ones. These files are stored in the \includes\resources folder in the site root.
In order to create a multilingual application you need to have more than one language available at a time. To generate the resources for more than one language, follow the next steps:
Open a site page in Dreamweaver.
Use the InterAKT Control
Panel to change the site language. Open the control
panel from the MX Kollection
tab of the Insert bar and then
select the Language settings
option. From the drop-down menu select a different language from English (this will remain the default
language) - say, German.

Click OK to apply the new settings. You will notice that some file activity occurs - the old files are being overwritten with the German resources.
If you preview the NeXTensio
list in the browser right now, you will notice that the button labels
changed:

In order to save these resources, so that they
will be used later on, duplicate the resources
folder. In Dreamweaver select this folder
in the Files tab, right-click
on it and select Edit -> Duplicate. A
new folder with the same files, named Copy of resources
will appear in the Files tab:

Rename the new folder, in order to append the
language code to it (ger in this
case). This code is the one that will be passed by the drop-down menu
when a visitor selects the site language. Click on the folder name and
press F2 on the keyboard. Enter
the new name: resources_ger.

Note: A dialog box will prompt you to update links pointing
to the file. You can safely select the Don't update
option.
Repeat steps 2-6 until you have generated resource folders for all desired languages, except the one that will be used as default. Make sure to use the language codes, as they will be used later on.
After generating folders for all languages, from
the Language settings entry in the control
panel select the one that will be displayed by default (when the user
does not make a selection, or the selection is invalid). In this tutorial,
English is the default language. Additionally, the site will also support
French and German. Thus, the folder structure will be:

Once the actual resources exist, MX Kollection 3 must know to load only the desired ones. The logic is as follows: