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.SaveToFile(TFileName,Boolean) Method

Writes localized strings from the localization component’s cache to the specified file.

#Declaration

Delphi
procedure SaveToFile(const AFileName: TFileName; AIsAnsiSaveFormat: Boolean);

#Parameters

Name Type
AFileName TFileName
AIsAnsiSaveFormat Boolean

#Remarks

AFileName specifies the target file.

AIsAnsiSaveFormat specifies whether strings will be saved as ANSI or Unicode encoded. Set AIsAnsiSaveFormat to True, to store the data in an ANSI encoded file.

Note

Alternatively, you can create INI files using the Localizer Editoror any other application that provides INI file editing capabilities.

See Also