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. |