TLocalizer.FindLocalizer Method
Finds and returns a text localizer for the specified locale name.
Syntax
Unit: Bcl.Lang
class function TLocalizer.FindLocalizer(const LocaleName: string): ITextLocalizer; overload;
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | LocaleName | string | The locale name to search for. |
Returns
The matching ITextLocalizer, or nil if not found.