Delegate LanguageGetProxy
Called whenever localization specific strings are requested
Namespace: Modding.Delegates
Assembly: HollowKnight.dll
Syntax
public delegate string LanguageGetProxy(string key, string sheetTitle, string orig)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | The key within the sheet |
| string | sheetTitle | The title of the sheet |
| string | orig | The original localized value |
Returns
| Type | Description |
|---|---|
| string | The modified localization, return current to keep as-is. |