For internal use only.
Invoice modules contains tool for testing GUI translations. They are enabled using these settings:
[Settings]
ExecuteTranslationTests=1
FrmFileList=c:\temp\allfrm.txt
RCFileList=c:\temp\allrc.txt
FrmFileList points to a file containing all the FRM files in Invoice modules.
RCFileList points to a file containing all RC files in Invoice modules.
Examples of these two files can be found in the development environment.
Starting Manager after enabling this option generates three XML files in C:\Temp (hard-coded path):
needstranslation.xml contains all strings from rsienglish.xml that could not be found in the current language XML file.
probablyneedstranslation.xml contains all strings that have the same value as the original English string.
missingstringsfromenglishxml.xml contains all strings from rc files and frm files that could not be found in the previous English XML file. Before exporting this file, convert all .res files to rc files.