Steven Black Consulting -- Resources for FoxPro developers
 and other object-oriented professionals

SBC
Home
Consulting

Mentoring
Training
Contact

INTL
Info
Pricing
Support
INTL 5/6/7
INTL 2.x

Upgrade
Purchase
VFP issues

Also
Wikis
Downloads
Articles
Bookshelf
Links

[intl logo upfront.html]

How To Localize Forms With INTL

Forms (and any other container) can be localized by passing it to the oINTL.Localize() method. Localize forms by passing their object references to the Localize() method of an INTL class object.

*-- Configure oINTL to another language
_SCREEN.oINTL.SetLanguage( "French")
*-- Instantiate a form. If the form calls INTL in
*-- its INIT() method, then the form
*-- appears in French….
DO FORM MyForm Name MyForm

*-- ...or you can localize the form on the fly.
_SCREEN.oINTL.Localize( MyForm)

http://www.stevenblack.com -- a fat-free website
Questions? Just call: +1 (613) 542-3293, or email: steveb@stevenblack.com