Class LocalizationManager
Handles all logic to do with managing the game's localizations.
Namespace: JotunnLib.Managers
Assembly: JotunnLib.dll
Syntax
public class LocalizationManager : Manager
Properties
| Improve this Doc View SourceInstance
Declaration
public static LocalizationManager Instance { get; }
Property Value
| Type | Description |
|---|---|
| LocalizationManager |
Methods
| Improve this Doc View SourceRegisterTranslation(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 |