Consultor Eletrônico



Kbase P153902: How to translate strings of Infragistics controls
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   18/02/2010
Status: Unverified

GOAL:

How to translate strings of Infragistics controls

GOAL:

How to localize literals of Infragistics tools

FACT(s) (Environment):

OpenEdge 10.2x
Windows

FIX:

Infragistics providess a quick and easy way to modify any resource string value that is displayed to a user by a control/component. Resource strings include items such as dialog box captions, warning messages, alerts, etc.

DEFINE VARIABLE rc AS Infragistics.Shared.ResourceCustomizer NO-UNDO.

/* MDI Manager */
ASSIGN rc = Infragistics.Win.UltraWinTabbedMdi.Resources:Customizer.
rc:SetCustomizedString("MenuItemCancel", "My Cancel string").