SwiftlyS2

ITranslationService

Interface ITranslationService

Namespace: SwiftlyS2.Shared.Translation

Assembly: SwiftlyS2.CS2.dll

public interface ITranslationService

Methods

GetPlayerLocalizer(IPlayer)

Gets the localizer for the specified player.

ILocalizer GetPlayerLocalizer(IPlayer player)
Parameters
  • player IPlayer — The player to get the localizer for.
Returns
  • ILocalizer — The localizer for the specified player.

On this page