TTMSFNCLocalizationLocalizer.LoadFromStream Method
Loads translations from the specified stream, replacing the current translation data.
API unit family: TMS.TMSFNCLocalizationLocalizer
Declaring type: TTMSFNCLocalizationLocalizer
Syntax
procedure LoadFromStream(AStream: TStream; AFormat: string = 'JSON');
Parameters
| Name | Description |
|---|---|
AStream |
Source stream that contains the serialized translations. |
AFormat |
Serialization format of the stream contents. Defaults to 'JSON'. |