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
Storage
public abstract ITranslationStorage Storage { get; }
Property Value
TranslationService
public ITranslationService TranslationService { get; }
Property Value
Translations
public IReadOnlyDictionary<string, Translation> Translations { get; }
Property Value
Methods
Initialize(ITranslationService, IServiceProvider)
protected virtual void Initialize(ITranslationService translationService, IServiceProvider serviceProvider)
Parameters
translationServiceITranslationServiceserviceProviderIServiceProvider
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.