Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

TcxLocalizer Class

The localization component.

#Declaration

Delphi
TcxLocalizer = class(
    TcxCustomComponent
)

#Remarks

Use the TcxLocalizer component to create localized applications.

To learn how to translate applications with the TcxLocalizer, refer to the How To: Localize an Application help topic.

See Also