Updating StringTable entry at runtime

Hi!

(Can’t seem to retract my thread, but I solved it!)

I was wondering if it’s possible to update a StringTable Entry for a specific locale during runtime?
Been reading around but I can’t seem to find if that’s possible!
I currently have it set so if there’s no translation found it translates from the English StringTable Entry using google translate to the current locale language, but I wish to store the answer in the StringTable entry so next time it can load from the StringTable instead of waiting for google translate.

1 Like

Hi @Robin_rr ,

Would you mind sharing how exactly you did that? I have to load and cache some strings from our CMS in runtime and I would like to make them compatible with localization package. How do I update StringTable Entry in runtime and save that change on disk?

Maybe @karl_jones could also give me a hand here? :slight_smile: