Table of Contents

TLang.SetLocalizerFactory Method

Sets the localizer factory used to create text localizers.

Syntax

Unit: Bcl.Lang

class procedure TLang.SetLocalizerFactory(ALocalizerFactory: ITextLocalizerFactory);

Parameters

<-> Parameter Type Description
ALocalizerFactory ITextLocalizer​Factory The factory to use for creating localizers.

See also