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.StorageType Property

Specifies the type of the storage that contains localized resource strings.

#Declaration

Delphi
property StorageType: TcxLocalizerStorageType read; write; default lstIni;

#Property Value

Type Default
TcxLocalizerStorageType lstIni

#Remarks

Refer to the TcxLocalizerStorageType description to learn about the available options.

See Also