AndrewKeepCoding/WinUI3Localizer

Dynamically Loading a String Dictionary at Runtime

Opened this issue · 1 comments

Hello everyone,

I'm facing a challenge where I need to dynamically load a dictionary of strings during the runtime of my application. I want to update localized strings in the app without having to reload or recompile the entire application. How can I implement the loading and updating of string resources "on the fly"? Are there any methods or practices that would allow me to efficiently manage strings, especially in the context of multilingual support?

I would appreciate any ideas or suggestions on how to implement or integrate such functionality.

Thank you!

Hi! This is a feature that will be implemented in the future, but unfortunately, it's not supported yet.