Translating Form Help Text
You can translate Help text for forms, fields, or data files. Use this procedure to translate Help text for forms if you want to use ASCII text files.
For more information, see the sections Help Text, The Text File Translation Process, andHelp Text Translation Files.
To translate form Help text
- Create an ASCII text file of the form Help text to translate.
-
At the Qshell command line, type:
dmpscrtxt [-a] [-m module] [-l language [-t]] dumpfile productline systemcode [formID...] - Type the following selections.
Program Option Description aDump all form address lines, regardless of whether they contain form document text. m moduleProcess just the module in the system; for example, the Report Writer (RW) module in the General Ledger (GL) application.
If you use this option, you must also type the associated application system in the System Code field.
l languageDump text in the specified language. tDump non-translated text in the specified language. Field Description dumpfileFile to store the text in. productlineProduct line to dump text for. systemcodeSystem code to dump text for. formIDThe form ID to dump text for. - Press Enter.
The program runs and displays a message when it completes.
- Transfer the file to your word processing or translation program.
Example: Dump Form Help Text
The following example shows sample output from dmpscrtxt.
~$8 GL50 4 The Filters window lets you define limiting values for selected report fields. Use the item and group fields together to create conditional value statements. Item Number Group Number Statement same same and different different and same different or different same or -
- Translate the form Help text in the ASCII text file using your word processing or translation program.
Note: The ASCII text file must have been created by dmpdftxt so that it contains the ~$ lines. Do not change any line that begins with ~$. These are address lines that enable the translations to load to the proper location in the Environment. Change the text below the address line.
- Load the form Help text translations into the Environment.
- In your word processing or translation program, save the file of translated Help text as an ASCII (text only) file.
- Transfer the file from your PC to the server.
-
At the Qshell command line, type:
lddoctxt [-o] productline language dumpfile - Type the following selections.
Program Option Description oOverwrite the current text. Field Description productlineProduct line to load text for. languageLanguage the text has been translated into. dumpfileFile containing the translated text. - Press Enter.
The program runs and displays a message when it completes.