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.LoadFromFile(TFileName) Method

Reads localized strings from a specified INI file into the localization component’s cache.

#Declaration

Delphi
procedure LoadFromFile(const AFileName: TFileName = '');

#Parameters

Name Type
AFileName TFileName

#Remarks

AFileName specifies the INI file.

You can create INI files by SaveToFile method calls or using the Localizer Editoror any other application that provides INI file editing capabilities.

See Also