Action on translated texts

Users who are viewing this thread

MB2Lord

Recruit
How to implement a function on translated texts before displaying them inside the game
Something like this
-------

using TaleWorlds.Localization;

How to capture the variable or the function responsible for displaying texts in the game to implement some code on it
string text = DoThisFunction(){ };

--------
 
Back
Top Bottom