I have a WPF application that fetches resources at runtime through apis. I need to save those labels locally in .txt file and read from them as saving in .resx file requires re-compilation that is not possible at runtime. Please suggest how to read resources from the file to UI and messages.
Thanks