ILocalizer
Interface ILocalizer
Namespace: SwiftlyS2.Shared.Translation
Assembly: SwiftlyS2.CS2.dll
Represents a localizer that can be used to get translations for a given key.
public interface ILocalizerProperties
this
Gets the translation for the specified key.
string this[string key] { get; }Property Value
this]
Gets the translation for the specified key with the specified arguments.
string this[string key, params object[] args] { get; }Property Value