Steven Black Consulting -- Resources for Visual FoxPro developers and other object-oriented programming professionals
[intl logo upfront.html]

Localizing Reports With INTL

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:").