Skip to main content

TcxLocalizer.SaveToFile(TFileName,Boolean) Method

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

Declaration

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