swiftlys2/docs/api/ai/
API Reference Translation

ILocalizer

Interface
Namespace: SwiftlyS2.Shared.Translation · Assembly: SwiftlyS2.CS2.dll
public interface ILocalizer

Represents a localizer that can be used to get translations for a given key.

View source

Properties

this[string]

Gets the translation for the specified key.

string this[string key] { get; }
Property Value

this[string, object[]]

Gets the translation for the specified key with the specified arguments.

string this[string key, params object[] args] { get; }
Property Value