This Genero tool handles localized strings translation with a database. You can import strings, search, group and translate to several languages, then produce .str string files from the database content.
- Database server supported by Genero (tested with Informix IDS 12)
- Latest Genero version
- GNU Make
- make clean all
- Load the fglstrmg.4pw project
- Build the project
- Create a database supporting UTF-8 encoding
- Start the program
- Connect to the database
- Create the tables to store localized strings
- Define the global settings (default language, translation language)
- Import existing strings from sources
- Group strings together
- Translate strings to target languages
- Produce .str string files
See Genero BDL documentation for more details about Localized Strings.
