TcxLocalizer.Translate Method
Performs localization.
Declaration
procedure Translate;
Remarks
The Translate method is automatically invoked if a localizer’s language has been changed (see the localizer’s Locale, Language and LanguageIndex properties).
Since the Translate method generates the OnTranslate event, invoke this method directly if you need to customize localized strings, or load localized strings from an alternate storage.
See Also