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
- Browse to and open the SQL1.sql file, located in the database folder.
- Find the CONFIGVALUE of CULTURE NAME and set the locale code. For example, "es-ES".
- Find the DESCRIPTION of CULTURE NAME and set text for the locale you want. For example, "Español (Spain)".
- Find the CONFIGVALUE of CURRENCY SYMBOL and set the currency symbol. For example, "€".
- 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.