Event OnLocalizationAdded
Event that gets fired after all custom localization has been added to the game.
Use this event if you need to translate strings using the vanilla Localization class.
Your code will execute every time the localization gets reset (on every menu start).
If you want to execute just once you will need to unregister from the event after execution.
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public static event Action OnLocalizationAdded
Returns
Type | Description |
---|---|
Action |