Table of Contents

Class JsonWriter

Namespace
Tlumach.Writers
Assembly
Tlumach.Writers.dll

A writer for the basic Json format.

public class JsonWriter : BaseJsonWriter
Inheritance
JsonWriter
Inherited Members

Properties

ConfigExtension

public override string ConfigExtension { get; }

Property Value

string

FormatName

public override string FormatName { get; }

Property Value

string

TranslationExtension

public override string TranslationExtension { get; }

Property Value

string

Methods

InternalWriteTranslations(TranslationManager, IReadOnlyCollection<CultureInfo>, Stream)

Writes translations.

protected override void InternalWriteTranslations(TranslationManager translationManager, IReadOnlyCollection<CultureInfo> cultures, Stream stream)

Parameters

translationManager TranslationManager

The translation translationManager from which the translations should be picked.

cultures IReadOnlyCollection<CultureInfo>

The list of cultures to write.

stream Stream

The stream to write the resulting file to.