Table of Contents

Class TranslationCollection

Namespace
Uncreated.Warfare.Translations
Assembly
Uncreated.Warfare.dll
public abstract class TranslationCollection
Inheritance
TranslationCollection
Derived
Inherited Members

Properties

LanguageService

public LanguageService LanguageService { get; }

Property Value

LanguageService

Storage

public abstract ITranslationStorage Storage { get; }

Property Value

ITranslationStorage

TranslationService

public ITranslationService TranslationService { get; }

Property Value

ITranslationService

Translations

public IReadOnlyDictionary<string, Translation> Translations { get; }

Property Value

IReadOnlyDictionary<string, Translation>

Methods

Initialize(ITranslationService, IServiceProvider)

protected virtual void Initialize(ITranslationService translationService, IServiceProvider serviceProvider)

Parameters

translationService ITranslationService
serviceProvider IServiceProvider

Reload()

public void Reload()

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.