Skip to main content

TcxLocalizer.OnTranslate Event

Allows you to customize localized strings when a new localization is about to be performed.

Declaration

property OnTranslate: TcxLocalizerTranslateEvent read; write;

Remarks

When an application’s UI is being translated, this event fires for each individual resource string, allowing you to substitute default translations.

AResStringName specifies the resource string identifier.

AResStringValue specifies the resource string value.

AHandled specifies whether the default behavior is required. Set AHandled to True, to prevent the addition of a default localized string.

See Also