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

TcxLanguage.Dictionary Property

Contains localized strings.

#Declaration

Delphi
property Dictionary: TStrings read; write;

#Property Value

Type
TStrings

#Remarks

Each string contains a pair of a resource string identifier and the corresponding resource string value delimited by the equals sign delimiter.

See Also