Show / Hide Table of Contents

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.

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾