TTMSFNCLocalizationCollector.LoadFromStream Method
Loads translation data from the given stream, replacing the currently collected data.
API unit family: TMS.TMSFNCLocalizationCollector
Declaring type: TTMSFNCLocalizationCollector
Syntax
procedure LoadFromStream(AStream: TStream; AFormat: string = 'JSON');
Parameters
| Name | Description |
|---|---|
AStream |
Stream to read the translation data from. |
AFormat |
Serialization format to read, for example 'JSON'. Defaults to 'JSON'. |