How can I overwrite the localization strings in a library

25 views Asked by At

I use a 3rd party library which has 4 localized strings I need to overwrite. It's not my library so I have no access to the source code. I do know the reference keys for the 4 strings.

Is there a way, on startup in my code, to overwrite those localized string values?

0

There are 0 answers