Extracting Strings
You can generate a Source String File by extracting all of the Localized Strings from your program module or form specification file, using the -m option of fglcomp or fglform:
fglcomp -m mystring.4gl > mystring.str
The generated file would have the format:
"Greetings" = "Greetings"
You could then change the replacement text in the file:
"Greetings" = "Hello"
The source string file must have the extension .str.