GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

RamTranslator is a utility to scan the source code files of a program (usually GiD or a Problemtype), written in 'C' or 'Tcl/Tk' languange. The strings to be translated are automatically extracted to a database.
The strings must be previously marked inside the source code with a special function. This function provides at runtime the appropriate language translation.
The database is showed as a table, with the source string, the translated string, the source location, etc.

Layout of ramtranslator

After the strings are translated (manually or automatically from a web), the messages catalog should be exported (one .msg file per language). This msg files are written in Unicode UTF-8 encoding. It is not recommended editing directly the .msg file's contents.

  • No labels