Table of Contents

ITextLocalizerFactory.GetLocalizer Method

Returns a text localizer for the specified locale name.

Syntax

Unit: Bcl.Lang

function ITextLocalizerFactory.GetLocalizer(const LocaleName: string): ITextLocalizer; virtual; abstract;

Parameters

<-> Parameter Type Description
const LocaleName string The locale name to retrieve a localizer for.

Returns

The text localizer for the locale, or nil if not found.

See also