TTMSFNCLocalizationLocalizer.SaveToStream Method
Saves the current translations to the specified stream.
API unit family: TMS.TMSFNCLocalizationLocalizer
Declaring type: TTMSFNCLocalizationLocalizer
Syntax
procedure SaveToStream(AStream: TStream; AFormat: string = 'JSON');
Parameters
| Name | Description |
|---|---|
AStream |
Destination stream that receives the serialized translations. |
AFormat |
Serialization format to use. Defaults to 'JSON'. |