Translating the SQL1 file

From ACT! LDK

Translating the SQL1 file

You translate the SQL1 file to ensure that the localized build contains the appropriate currency and language name.

Input

Transations and locale codes

Output

SQL statements that the LDK runs during a build

To translate SQL1

  1. Browse to and open the SQL1.sql file, located in the database folder.
  2. Find the CONFIGVALUE of CULTURE NAME and set the locale code. For example, "es-ES".
  3. Find the DESCRIPTION of CULTURE NAME and set text for the locale you want. For example, "Español (Spain)".
  4. Find the CONFIGVALUE of CURRENCY SYMBOL and set the currency symbol. For example, "€".
  5. Save the SQL1.sql file in the same location that it was installed.

The LDK uses this file to update the database during the build process.