Show / Hide Table of Contents

Class LocalizationManager

Handles all logic to do with managing the game's localizations.

Inheritance
System.Object
Manager
LocalizationManager
Namespace: JotunnLib.Managers
Assembly: JotunnLib.dll
Syntax
public class LocalizationManager : Manager

Properties

| Improve this Doc View Source

Instance

Declaration
public static LocalizationManager Instance { get; }
Property Value
Type Description
LocalizationManager

Methods

| Improve this Doc View Source

RegisterTranslation(String, String)

Registers a new translation for a word for the current language

Declaration
public void RegisterTranslation(string key, string text)
Parameters
Type Name Description
System.String key

Key to translate

System.String text

Translation

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX