SwiftlyS2

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 ILocalizer

Properties

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

On this page