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

TcxLocalizerStorageType Enum

Enumerates storage types for localized resource strings.

#Declaration

Delphi
TcxLocalizerStorageType = (
    lstResource,
    lstIni
);

#Members

Name
lstResource
lstIni

#Remarks

Values include:

Value Description
lstResource A RES file built with the Localizer Editor.
lstIni An INI file, which you can create using either the Localizer Editoror any other application that provides INI file editing capabilities.
See Also