Class ArbWriter
A writer for the ARB (Application Resource Bundle) format.
public class ArbWriter : BaseJsonWriter
- Inheritance
-
ArbWriter
- Inherited Members
Properties
ConfigExtension
public override string ConfigExtension { get; }
Property Value
FormatName
public override string FormatName { get; }
Property Value
TranslationExtension
public override string TranslationExtension { get; }
Property Value
Methods
InternalWriteTranslations(TranslationManager, IReadOnlyCollection<CultureInfo>, Stream)
Writes translations.
protected override void InternalWriteTranslations(TranslationManager translationManager, IReadOnlyCollection<CultureInfo> cultures, Stream stream)
Parameters
translationManagerTranslationManagerThe translation translationManager from which the translations should be picked.
culturesIReadOnlyCollection<CultureInfo>The list of cultures to write.
streamStreamThe stream to write the resulting file to.