Import a translation package

After translation, you can import translation resource (.resx) files into TotalAgility.

The files must conform to certain conditions for the import to be successful. For example, for a BCDEF site with two forms, Form1 and Form2, the following table explains which files you can import.

File Name Import Allowed? Reason
Form1.resx No The base resource file name of a form in the existing site is the same as the file being imported.
Form2.resx No The base resource file name of a form in the existing site is the same as the file being imported.
Form70.resx.fr No A form with this name does not exist in the current site.
Form1.resx.fr Yes A form with this name exists in the current site.
Form2.resx.fr Yes A form with this name exists in the current site.
  1. On the Home page, click Form Designer > Import Languages.

    The Import Languages page appears.

  2. Click Browse to select the required resource file and click Open.

    The Import Translation Resources page appears.

  3. Click OK.

    The selected resource file is imported into the open site.

    Note If a resource file with the same name already exists, the imported file overwrites it.