VFP report structures are not generated or compiled they are bound into your
application "as-is". Reports must therefore be transformed before the .APP or
.EXE is created. INTL has tools to do this automatically.
The transformation process
turns your report labels into report expressions containing a call to INTL's I() function.
For example the report label "Name:" becomes expression I("Name:").